Skip to main content
GET
/
v1
/
status-page-events
/
{id}
Retrieves an incident status page event
curl --request GET \
  --url https://api.rootly.com/v1/status-page-events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "9c8b0212-77c1-4d06-bfc0-e39d8333df2c",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "ea8b964c-af75-4198-9daf-971f70003ee2",
      "status_page_id": "6958fef6-9d2c-4835-b3b4-ee206880b9b5",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-12-19T07:43:50.102-08:00",
      "created_at": "2025-12-19T07:43:50.102-08:00",
      "updated_at": "2025-12-19T07:43:50.102-08:00",
      "event": "Ea a cumque omnis."
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

incident_status_page_event found

data
object
required