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": "363e2fc3-744b-4176-af38-e4edd782cf6b",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "a5a326d9-e9f4-457e-a11a-1dcedde60606",
      "status_page_id": "8d3eb97c-8010-46d5-b8f1-8765bee5c7f2",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-09-18T09:19:51.663-07:00",
      "created_at": "2025-09-18T09:19:51.663-07:00",
      "updated_at": "2025-09-18T09:19:51.663-07:00",
      "event": "Libero hic rem cupiditate."
    }
  }
}

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