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": "383c33e7-9a90-450a-939a-3578f3dcef7f",
    "type": "incident_types",
    "attributes": {
      "slug": "aperiam-harum-ipsa-est",
      "name": "Aperiam harum ipsa est.",
      "description": "Ipsum consequatur velit repellendus.",
      "color": "#FAEBB7",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-10-07T17:12:06.255-07:00",
      "updated_at": "2025-10-07T17:12:06.255-07: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
I