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": "e435b65c-0161-4b81-b678-7dc165b07499",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "1e584875-60d0-4c66-859d-3102dddd0c4b",
      "status_page_id": "06edbc91-3f2e-4711-a7ac-1dc39d1d8dab",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-12-17T21:06:04.341-08:00",
      "created_at": "2025-12-17T21:06:04.341-08:00",
      "updated_at": "2025-12-17T21:06:04.341-08:00",
      "event": "Voluptates reiciendis velit ut."
    }
  }
}

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