Retrieves a specific incident_role by id
curl --request GET \
--url https://api.rootly.com/v1/incident_roles/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d00c9131-b9c2-49d5-9724-b5d309e373be",
"type": "incident_roles",
"attributes": {
"slug": "quis-optio-delectus-porro",
"name": "Quis optio delectus porro.",
"summary": null,
"description": null,
"position": 1,
"optional": false,
"enabled": true,
"allow_multi_user_assignment": false,
"created_at": "2025-12-07T22:32:34.309-08:00",
"updated_at": "2025-12-07T22:32:34.309-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
incident_role found
Show child attributes
Unique ID of the incident role
incident_roles Show child attributes
The name of the incident role
Date of creation
Date of last update
The slug of the incident role
The summary of the incident role
The description of the incident role
Position of the incident role
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_roles/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d00c9131-b9c2-49d5-9724-b5d309e373be",
"type": "incident_roles",
"attributes": {
"slug": "quis-optio-delectus-porro",
"name": "Quis optio delectus porro.",
"summary": null,
"description": null,
"position": 1,
"optional": false,
"enabled": true,
"allow_multi_user_assignment": false,
"created_at": "2025-12-07T22:32:34.309-08:00",
"updated_at": "2025-12-07T22:32:34.309-08:00"
}
}
}