Retrieves a specific incident_type by id
curl --request GET \
--url https://api.rootly.com/v1/incident_types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "bc70bb29-9690-4d55-889b-032af8e02a06",
"type": "incident_types",
"attributes": {
"slug": "in-rerum-eos-voluptates",
"name": "In rerum eos voluptates.",
"description": "Aut qui culpa officiis.",
"color": "#047BF8",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2025-12-24T09:26:38.718-08:00",
"updated_at": "2025-12-24T09:26:38.718-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "bc70bb29-9690-4d55-889b-032af8e02a06",
"type": "incident_types",
"attributes": {
"slug": "in-rerum-eos-voluptates",
"name": "In rerum eos voluptates.",
"description": "Aut qui culpa officiis.",
"color": "#047BF8",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2025-12-24T09:26:38.718-08:00",
"updated_at": "2025-12-24T09:26:38.718-08:00"
}
}
}