v1

latestOpenAPI 3.0.02026-07-133916139.4 KB
incident

List all incidents

get/incident

Response

Get all incidents

idnumber required

The id of the incident

startedAtstring date nullable required

The date the incident started

monitorIdnumber nullable required

The id of the monitor associated with the incident

acknowledgedAtstring date nullable

The date the incident was acknowledged

acknowledgedBynumber nullable required

The user who acknowledged the incident

resolvedAtstring date nullable

The date the incident was resolved

resolvedBynumber nullable required

The user who resolved the incident

Example response

[
  {
    "id": 1,
    "monitorId": 1
  }
]