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": "8595d286-69a6-486f-9123-68fe157cdb37",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "033f6248-39e0-4704-a2dc-c116b58b26cd",
      "status_page_id": "8ae44a48-26f6-4183-bacb-350b86f77527",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-07-12T00:16:55.095-07:00",
      "created_at": "2025-07-12T00:16:55.095-07:00",
      "updated_at": "2025-07-12T00:16:55.095-07:00",
      "event": "Voluptatem consequatur minima eveniet."
    }
  }
}

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.