Skip to main content

What announcements are

Announcements are service notices we publish: scheduled maintenance, incidents, product updates, and breaking changes. They are the same for every customer, so there is no per-account targeting and nothing to subscribe to. The dashboard shows each announcement once as a modal. If you have built your own integration, poll the endpoint below so your users hear about a maintenance window before it starts rather than when calls begin failing.
Announcements are read-only. There is no API for creating, editing, or deleting one. Both operations below are free and consume no credits.

List active announcements

Returns every announcement currently inside its visibility window, newest first.

Fields

An empty data array is the normal state and means there is nothing to announce.
window_start and window_end describe the downtime being announced, not how long the announcement itself is displayed. An announcement is typically published days before its maintenance window opens. The visibility window is internal and is not exposed by the API.

Mark an announcement as seen

Records that the current user has seen an announcement so it is not shown again.
The call is idempotent, so repeating it succeeds and changes nothing. Seen state is stored per user, not per API key, so dismissing an announcement in the dashboard also clears it for your API key and the other way around. Returns 404 if the ID is not a valid announcement, including the case where the announcement expired or was withdrawn between your list call and your dismissal. That is safe to ignore.