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": "766d8105-fe71-44c3-8892-860853fc0ff4",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "40945753-558f-40af-a402-dace4570d320",
      "status_page_id": "f0a6b17c-1de5-4ecd-a017-f5dab0cdd1a9",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-10-29T12:10:52.544-07:00",
      "created_at": "2025-10-29T12:10:52.544-07:00",
      "updated_at": "2025-10-29T12:10:52.544-07:00",
      "event": "Non officia aut sit."
    }
  }
}

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