v64

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

List project incidents

Returns incidents in the project, ordered from oldest to newest. The time window defaults to the trailing 7 days.

get/v1/projects/{projectSlug}/incidents

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

Query parameters

fromIsostring date-time

Lower bound (inclusive) of the time window. Returns incidents whose lifetime overlaps [fromIso, toIso]. Defaults to 7 days before toIso.

Lower bound (inclusive) of the time window. Returns incidents whose lifetime overlaps [fromIso, toIso]. Defaults to 7 days before toIso.

toIsostring date-time

Upper bound (inclusive) of the time window. Defaults to now.

Upper bound (inclusive) of the time window. Defaults to now.

source_type'monitor' | 'signal'

Restrict to incidents triggered by this source type: monitor or signal.

Restrict to incidents triggered by this source type: monitor or signal.

source_idstring

Restrict to incidents tied to one source entity id.

Restrict to incidents tied to one source entity id.

severitiesstring[]

Restrict to incidents whose severity matches any value in this list.

Restrict to incidents whose severity matches any value in this list.

Response

Matching incidents