GET
/
monitor
/
{id}
/
incident

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required

the monitor identifier

Response

200 - application/json
id
string
required

Unique identifier for the entity

createdAt
string
required
updatedAt
string
required
title
string
required

the incident title

description
string

the incident description field

monitor
object

resource monitor

state
enum<string>
required

state of the incident during its lifecycle

Available options:
ACTIVE,
ACKNOWLEDGED,
SNOOZED,
RESOLVED,
CLOSED,
REOPENED
createdBy
object
acknowledgedAt
string

timestamp when incident was acknowledged

acknowledgedBy
object
reopenedAt
string

timestamp when incident was reopened

reopenedBy
object
closedAt
string

timestamp when incident was closed

closedBy
object
resolvedAt
string

timestamp when incident was closed

resolvedBy
object
snoozedUntil
string

until when the monitor will be in snoozed mode

snoozeddBy
object
notes
object[]

list of incidents notes