v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
Incidents

Resolve incident

Resolves (closes) an ongoing incident. An already-closed incident is returned unchanged. If the incident's condition triggers again, a new incident will be opened.

post/v1/projects/{projectSlug}/incidents/{incidentId}

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

incidentIdstring required

Incident identifier.

Incident identifier.

Response

Resolved incident

idstring required

Stable incident identifier.

organizationIdstring required

Organization that owns this incident.

projectIdstring required

Project this incident belongs to.

sourceType'monitor' | 'signal' required

Kind of entity that triggered the incident: signal or monitor.

sourceIdstring required

Id of the entity that triggered the incident (matches sourceType).

severity'low' | 'medium' | 'high' required

Severity bucket assigned to the incident: low, medium, or high.

startedAtstring required

ISO-8601 timestamp at which the incident opened.

endedAtstring nullable required

ISO-8601 timestamp at which the incident closed, or null if still open.

createdAtstring required

ISO-8601 timestamp at which the incident row was created.