Use this endpoint to retrieve all exceptions. You can filter the results by status, severity, assigned user, external system, and date range. The response uses cursor-based pagination.
Bearer token authentication (format: "Bearer {token}")
A unique identifier for tracing the request across services.
Filter by status
OPEN, ASSIGNED, RESOLVED Filter by severity
LOW, MEDIUM, HIGH, CRITICAL Filter by assigned user
Filter by external system
JIRA, SERVICENOW, WEBHOOK Filter from date (RFC3339)
Filter to date (RFC3339)
The cursor value for retrieving the next page of results.
Number of items per page
1 <= x <= 200The field used to sort the results.
id, created_at, updated_at, severity, status The order used to sort the results.
asc, desc Indicates that the request was successful and the response contains the expected data.