Skip to main content
GET
/
v1
/
incident_event_services
/
{id}
Retrieves an incident event service
curl --request GET \
  --url https://api.rootly.com/v1/incident_event_services/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "333eb810-28e0-4867-ab04-b3dd489128d9",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "8d7f0d2c-c830-431f-b5d6-47742f496619",
      "service_id": "d02940fb-c497-44d7-aed4-525e992f360d",
      "status": "partial_outage"
    }
  }
}

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_event_service found

data
object
required