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": "72c29c66-235d-42eb-92c5-6906a7b5681b",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "7ff13c54-f431-428a-ba3f-ee81fb84d0fe",
      "status_page_id": "244a8db1-227c-467b-9500-345824c4de1c",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-03-20T17:51:54.986-07:00",
      "created_at": "2025-03-20T17:51:54.986-07:00",
      "updated_at": "2025-03-20T17:51:54.986-07:00",
      "event": "Expedita est in sit."
    }
  }
}

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
data
object
required