Skip to main content
GET
/
v1
/
incident_types
/
{id}
Retrieves an incident type
curl --request GET \
  --url https://api.rootly.com/v1/incident_types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "330b6879-93ed-41d1-9c23-c5e179c6dc3e",
    "type": "incident_types",
    "attributes": {
      "slug": "modi-ipsam-ut-ut",
      "name": "Modi ipsam ut ut.",
      "description": "Rerum aliquid temporibus est.",
      "color": "#F5D9C4",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-12-05T21:26:41.393-08:00",
      "updated_at": "2025-12-05T21:26:41.393-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required

Resource UUID

Response

incident_type found by slug

data
object
required