Status Page Notices

List notices

GET https://api.sorryapp.com/v1/pages/:page_id/notices

Get a list of all notices created on a single status page.

Note: This GET request requires an authorization token in order to obtain the full notice history for a page.

Example Request

curl -X GET https://api.sorryapp.com/v1/pages/:page_id/notices \ -H "Authorization: Bearer 129spul0wcxabrfsnscn6lwrledmp2afbuaxgt1w42s74xds70fgln85e4s3"

Example Request

{ "response": [ { "id": 198717, "type": "unplanned", "state": "resolved", "timeline_state": "past_distant", "subject": "Launchpad Application Unavailable", "synopsis": "Sorry folks, we are currently experiencing issues with the LaunchPad application. We're urgently investigating to identify the cause and restore the application as soon as possible. We'll update you once we have more information.", "link": "https://status.example-inc.com/notices/8jctnh1ykjlxuv3r-launchpad-application-unavailable", "began_at": "2022-11-02T12:18:49.944Z", "ended_at": "2022-11-03T09:52:39.781Z", "created_at": "2022-11-02T12:18:50.024Z", "updated_at": "2022-11-06T09:53:04.786Z" }, { "id": 198714, "type": "planned", "state": "complete", "timeline_state": "past_distant", "subject": "LaunchPad Notifications Maintenance", "synopsis": "Just a heads up, on Saturday the 5th of November between 08:00 UTC and 09:00 UTC we will be undergoing maintenance with the notification service. During this time, notifications will not be sent and will be queued for delivery after the maintenance.", "link": "https://status.example-inc.com/notices/b2qhnprhj1z6tsvk-launchpad-notifications-maintenance", "began_at": "2022-11-05T08:00:00.405Z", "ended_at": "2022-11-05T09:00:05.055Z", "created_at": "2022-11-02T12:02:47.660Z", "updated_at": "2022-11-08T09:00:12.171Z", "begins_at": "2022-11-05T08:00:00.000Z", "ends_at": "2022-11-05T09:00:00.000Z", "should_automate_schedule": true } ], "count": 2 }