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": "fa0e3e0d-27a7-49e6-bf85-9a1b40c7991b",
"type": "incident_roles",
"attributes": {
"slug": "maiores-neque-quis-ea",
"name": "Maiores neque quis ea.",
"summary": null,
"description": null,
"position": 1,
"optional": false,
"enabled": true,
"allow_multi_user_assignment": false,
"created_at": "2026-02-17T18:11:23.697-08:00",
"updated_at": "2026-02-17T18:11:23.697-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_roles/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "fa0e3e0d-27a7-49e6-bf85-9a1b40c7991b",
"type": "incident_roles",
"attributes": {
"slug": "maiores-neque-quis-ea",
"name": "Maiores neque quis ea.",
"summary": null,
"description": null,
"position": 1,
"optional": false,
"enabled": true,
"allow_multi_user_assignment": false,
"created_at": "2026-02-17T18:11:23.697-08:00",
"updated_at": "2026-02-17T18:11:23.697-08:00"
}
}
}