Skip to main content

Report

idstring<uuid>

Incident unique identifier

titlestring

Incident title/summary

descriptionstring

Detailed incident description

statestring

Current state of the incident

Possible values: [submitted, acknowledged, investigating, resolved, closed]

severitystringnullable

Severity level of the incident

Possible values: [low, medium, high, critical]

incidentAtstring<date-time>nullable

When the incident occurred

locationstringnullable

Where the incident occurred

partiesstringnullable

Parties involved in the incident

eventIdstring<uuid>

Associated event ID

reporterIdstring<uuid>nullable

Reporter user ID (null for anonymous)

assignedResponderIdstring<uuid>nullable

Assigned responder user ID

resolutionstringnullable

Resolution notes

firstResponseAtstring<date-time>nullable

When the incident first left submitted

resolvedAtstring<date-time>nullable

When the incident was resolved

escalatedAtstring<date-time>nullable

When the incident was escalated

reopenedAtstring<date-time>nullable

When the incident was reopened

createdAtstring<date-time>

Creation timestamp

updatedAtstring<date-time>

Last update timestamp

Report
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"state": "submitted",
"severity": "low",
"incidentAt": "2024-07-29T15:51:28.071Z",
"location": "string",
"parties": "string",
"eventId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reporterId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"assignedResponderId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"resolution": "string",
"firstResponseAt": "2024-07-29T15:51:28.071Z",
"resolvedAt": "2024-07-29T15:51:28.071Z",
"escalatedAt": "2024-07-29T15:51:28.071Z",
"reopenedAt": "2024-07-29T15:51:28.071Z",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}