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": "2dce7e98-b523-4512-b6ec-72b1fccc97dc",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "aa98649c-5b63-4052-a872-46df706705aa",
      "status_page_id": "64dd527c-4b1e-4de1-a3e4-a1478d7d92db",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-07-09T09:10:25.611-07:00",
      "created_at": "2025-07-09T09:10:25.611-07:00",
      "updated_at": "2025-07-09T09:10:25.611-07:00",
      "event": "Amet ullam dolor placeat."
    }
  }
}

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.