Skip to main content
GET
Retrieves all incidents belonging to your organization. Results are returned in reverse chronological order (newest first) and can be filtered by status, severity, or date range. Use the cursor parameter to paginate through large result sets.

Query parameters

status
string
Filter by incident status. One of investigating, identified, monitoring, or resolved.
severity
string
Filter by incident severity. One of critical, high, medium, or low.
from
string
Return incidents created on or after this date. ISO 8601 date format (e.g. 2025-01-01).
to
string
Return incidents created on or before this date. ISO 8601 date format (e.g. 2025-12-31).
limit
number
default:"20"
Maximum number of incidents to return per page. Must be between 1 and 100.
cursor
string
Pagination cursor returned by the previous response as nextCursor. Omit to fetch the first page.

Response

data
object
required

Error responses