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": "886e566f-142f-4356-b970-043f56404e40",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "394a066d-b1b0-4fce-841b-37715d4257da",
      "status_page_id": "c08bd75f-05ca-4e32-aef2-a2bd926c0f54",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-05-08T00:21:49.991-07:00",
      "created_at": "2025-05-08T00:21:49.991-07:00",
      "updated_at": "2025-05-08T00:21:49.991-07:00",
      "event": "Mollitia et inventore recusandae."
    }
  }
}

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.