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
assignees
string[]
required
services
string[]
required
sources
string[]
required
statuses
enum<string>[]
Available options:
firing,
resolved,
acknowledged,
merged
severities
enum<string>[]
Available options:
critical,
high,
warning,
info,
low