Skip to main content
GET
/
v1
/
admin
/
health
/
incidents
Error
A valid request URL is required to generate request examples
{
  "incidents": [
    {
      "incidentKey": "<string>",
      "subject": "<string>",
      "message": "<string>",
      "payload": {},
      "observedAt": "<string>"
    }
  ]
}

Authorizations

aura_session
string
cookie
required

HttpOnly session cookie set by POST /v1/auth/session. Mutating requests must also send the CSRF token (returned by that call) in the x-csrf-token header.

Response

Default Response

incidents
object[]
required