GET
/
v1
/
incident_event_services
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/incident_event_services/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a657002b-e6ec-4338-b983-619c6d26367e",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "5e8d15fc-b5ec-48d5-af2d-abfd0519ccfa",
      "service_id": "982c5564-f701-4d9b-b5cd-5492a09386cd",
      "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

200
application/vnd.api+json
incident_event_service found

The response is of type object.