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": "<string>",
    "type": "incident_status_page_events",
    "attributes": {
      "event": "<string>",
      "started_at": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "status_page_id": "<string>",
      "status": "investigating",
      "notify_subscribers": true,
      "should_tweet": true
    }
  }
}

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