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": "58b72bd7-a042-425f-b7fd-aad52fe50f7f",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "3b1d765a-c2a0-46ee-809c-39a5e8bc82a3",
      "service_id": "df8f508f-5fd5-4401-968c-ae5416cbeb91",
      "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
data
object
required