Skip to main content
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": "209451e5-1880-40fe-8602-fe3055b5e237",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "ee20edb4-2c4f-4009-aa21-7ec1dc8ca12e",
      "status_page_id": "eb9678b2-0b68-4c64-97e0-2efd24878767",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-12-12T09:23:10.588-08:00",
      "created_at": "2025-12-12T09:23:10.588-08:00",
      "updated_at": "2025-12-12T09:23:10.588-08:00",
      "event": "Rem molestias animi blanditiis."
    }
  }
}

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

incident_status_page_event found

data
object
required