v3

latestOpenAPI 3.0.02026-07-2759120262.8 KB
Incidents

List incidents

List all incidents in a user's account with optional filtering. Values can be paginated with the cursor parameter.

get/incidents

Query parameters

cursorstring
Example:12345

Cursor to paginate through incidents (incident ID)

monitor_idnumber
Example:123

Filter incidents by monitor ID

monitor_namestring
Example:production

Filter incidents by monitor name (partial match)

started_afterstring
Example:2024-01-01T00:00:00Z

Filter incidents started after this date (ISO 8601 format)

started_beforestring
Example:2024-12-31T23:59:59Z

Filter incidents started before this date (ISO 8601 format)

Response

nextLinkstring nullable required