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": "4784edfa-d908-417e-a0d8-c8988f16a801",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "a6eb1a00-098a-4e93-a19c-a62785239e19",
      "status_page_id": "5d2d27f3-4396-40d5-82ea-259e7e387c63",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2026-01-08T06:23:09.405-08:00",
      "created_at": "2026-01-08T06:23:09.405-08:00",
      "updated_at": "2026-01-08T06:23:09.405-08:00",
      "event": "Magni dolorem non qui."
    }
  }
}

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