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

Response

200 - application/json

OK response.

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