General Notices Now Available on the Status API

Tuesday, 21 April 08:31 UTC
Feature Changelog

If you're using general notices to share updates with your users, those notices are now included in your Status API responses.

General notices will appear alongside your existing planned and unplanned notices when listing notices via /api/v1/notices, and can be retrieved individually via /api/v1/notices/:id. You can also filter for them specifically using ?filter[type_eq]=general.

Since general notices don't have a lifecycle like incidents or maintenances, their API payload is a little leaner — fields like state, began_at, and ended_at are omitted.

Full details are available on the API documentation tab of your status page.

Avatar for Robert Rawlins
Robert Rawlins