GET
/
incident
/
{id}
/
alert

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

the incident identifier

Response

200 - application/json
id
string
required

Unique identifier for the entity

createdAt
string
required
updatedAt
string
required
title
string
required

the alert title

description
string

the alert description field

state
enum<string>
required

state of the alert during its lifecycle

Available options:
TRIGGED,
RESOLVED
severity
enum<string>
required

alert severity

Available options:
NOT_DEFINED,
CRITICAL,
HIGH,
MEDIUM,
LOW
query
string

the monitor query

monitor
object

resource monitor

resolvedAt
string

timestamp when incident was closed

resolvedBy
object