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

Path Parameters

id
string
required

The ID of this attribute

Example:

"01GW2G3V0S59R238FAHPDS1R66"

Response

200 - application/json

OK response.

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