Skip to main content
GET
/
v1
/
incident_roles
/
{id}
Retrieves an incident role
curl --request GET \
  --url https://api.rootly.com/v1/incident_roles/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "7ec3e314-6fcc-40fc-9ba1-4c976e59c38f",
    "type": "incident_roles",
    "attributes": {
      "slug": "voluptas-quaerat-voluptatem-omnis",
      "name": "Voluptas quaerat voluptatem omnis.",
      "summary": null,
      "description": null,
      "position": 1,
      "optional": false,
      "enabled": true,
      "allow_multi_user_assignment": false,
      "created_at": "2025-10-26T22:05:56.387-07:00",
      "updated_at": "2025-10-26T22:05:56.387-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required

Resource UUID

Response

incident_role found

data
object
required
I