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": "87a27375-6457-4938-ba86-d6450f588639",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "440af46e-bb95-457e-a7da-0658649e22e4",
      "status_page_id": "4139ad54-150e-4ccb-8b62-9195b1edb1ca",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-09-12T00:39:24.112-07:00",
      "created_at": "2025-09-12T00:39:24.112-07:00",
      "updated_at": "2025-09-12T00:39:24.112-07:00",
      "event": "Ut rem vel corrupti."
    }
  }
}

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

The response is of type object.