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": "121e6017-93bd-4e94-b2b3-055e25719d23",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "dc191e4e-70ef-44e8-ae02-fc86f9541dd8",
      "service_id": "34c5c499-967c-47fa-a988-c54269a5f427",
      "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.