GET
/
v1
/
incident_roles
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/incident_roles/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "0a8e0dac-8ecd-4a9d-be68-e663f2a572bf",
    "type": "incident_roles",
    "attributes": {
      "slug": "suscipit-incidunt-inventore-sit",
      "name": "Suscipit incidunt inventore sit.",
      "summary": null,
      "description": null,
      "position": 1,
      "optional": false,
      "enabled": true,
      "allow_multi_user_assignment": false,
      "created_at": "2025-03-19T17:40:38.613-07:00",
      "updated_at": "2025-03-19T17:40:38.613-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