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": "16223667-33a4-4711-8a9b-b0a62d6fc9b8",
"type": "incident_roles",
"attributes": {
"slug": "omnis-doloribus-excepturi-quibusdam",
"name": "Omnis doloribus excepturi quibusdam.",
"summary": null,
"description": null,
"position": 1,
"optional": false,
"enabled": true,
"allow_multi_user_assignment": false,
"created_at": "2026-01-08T03:46:07.665-08:00",
"updated_at": "2026-01-08T03:46:07.665-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_roles/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "16223667-33a4-4711-8a9b-b0a62d6fc9b8",
"type": "incident_roles",
"attributes": {
"slug": "omnis-doloribus-excepturi-quibusdam",
"name": "Omnis doloribus excepturi quibusdam.",
"summary": null,
"description": null,
"position": 1,
"optional": false,
"enabled": true,
"allow_multi_user_assignment": false,
"created_at": "2026-01-08T03:46:07.665-08:00",
"updated_at": "2026-01-08T03:46:07.665-08:00"
}
}
}