GET
/
incidents
/
meta
{
  "statuses": [
    "firing",
    "resolved",
    "acknowledged",
    "merged"
  ],
  "severities": [
    "critical",
    "high",
    "warning",
    "info",
    "low"
  ],
  "assignees": [
    "<string>"
  ],
  "services": [
    "<string>"
  ],
  "sources": [
    "<string>"
  ]
}

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json

Successful Response

The response is of type object.