Skip to main content
GET
/
v2
/
alert_attributes
List
curl --request GET \
  --url https://api.incident.io/v2/alert_attributes \
  --header 'Authorization: Bearer <token>'
{
  "alert_attributes": [
    {
      "array": false,
      "emoji": "fire",
      "id": "01GW2G3V0S59R238FAHPDS1R66",
      "name": "service",
      "required": false,
      "type": "CatalogEntry[\"01GW2G3V0S59R238FAHPDS1R67\"]"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Response

200 - application/json

OK response.

alert_attributes
object[]
required
Example:
[
  {
    "array": false,
    "emoji": "fire",
    "id": "01GW2G3V0S59R238FAHPDS1R66",
    "name": "service",
    "required": false,
    "type": "CatalogEntry[\"01GW2G3V0S59R238FAHPDS1R67\"]"
  }
]