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": "0581b8b7-ef1a-4254-875d-9b4ccb37b7e3",
"type": "incident_types",
"attributes": {
"slug": "repellat-ipsa-dolorem-quidem",
"name": "Repellat ipsa dolorem quidem.",
"description": "Nulla pariatur quis vitae.",
"color": "#047BF8",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2026-01-16T12:42:13.320-08:00",
"updated_at": "2026-01-16T12:42:13.320-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "0581b8b7-ef1a-4254-875d-9b4ccb37b7e3",
"type": "incident_types",
"attributes": {
"slug": "repellat-ipsa-dolorem-quidem",
"name": "Repellat ipsa dolorem quidem.",
"description": "Nulla pariatur quis vitae.",
"color": "#047BF8",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2026-01-16T12:42:13.320-08:00",
"updated_at": "2026-01-16T12:42:13.320-08:00"
}
}
}