GET
/
v1
/
incident_roles
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/incident_roles/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "22c1110a-c5c8-4b76-be7b-a6e087137dbf",
    "type": "incident_roles",
    "attributes": {
      "slug": "et-autem-aspernatur-saepe",
      "name": "Et autem aspernatur saepe.",
      "summary": null,
      "description": null,
      "position": 1,
      "optional": false,
      "enabled": true,
      "allow_multi_user_assignment": false,
      "created_at": "2025-03-28T23:02:25.956-07:00",
      "updated_at": "2025-03-28T23:02:25.956-07:00"
    }
  }
}

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_role found
data
object
required