Incidents
List Incidents
Returns a paginated list of incidents for your organization.
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
Filter by incident status. One of
investigating, identified, monitoring, or resolved.Filter by incident severity. One of
critical, high, medium, or low.Return incidents created on or after this date. ISO 8601 date format (e.g.
2025-01-01).Return incidents created on or before this date. ISO 8601 date format (e.g.
2025-12-31).Maximum number of incidents to return per page. Must be between
1 and 100.Pagination cursor returned by the previous response as
nextCursor. Omit to fetch the first page.