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": "78fd2dcc-efd7-4fe7-a03c-fbfc108daa78",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "4b8a5fe3-c4b7-4367-bb60-7c35db570bdc",
      "status_page_id": "d441fac3-5f29-4e81-b98f-76ac52956f0f",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2026-02-19T13:12:37.147-08:00",
      "created_at": "2026-02-19T13:12:37.147-08:00",
      "updated_at": "2026-02-19T13:12:37.147-08:00",
      "event": "Non exercitationem illum eum."
    }
  }
}

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