GET
/
v1
/
status-page-events
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/status-page-events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a134e2de-359a-4d29-9b05-2db4ae2a5f12",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "8fd3f916-6738-49a1-a636-ad93fc0a3cb1",
      "status_page_id": "777b361e-4a56-4058-be48-330589436bb2",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-05-29T17:45:34.825-07:00",
      "created_at": "2025-05-29T17:45:34.825-07:00",
      "updated_at": "2025-05-29T17:45:34.825-07:00",
      "event": "Culpa in ut mollitia."
    }
  }
}

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

200
application/vnd.api+json

incident_status_page_event found

The response is of type object.