List issues
Issue
List issues
Returns the project’s issues, ordered newest-first. Supports filtering by status, source, and severity, with offset pagination.
GET
List issues
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Lifecycle state
Available options:
OPEN, ACKED, RESOLVED Who opened the issue
Available options:
TREND_ALERT, SINGLE_CALL_ALERT, TRACE_FAILURE, MANUAL, API, AGENT Coarse priority — LOW / MEDIUM / HIGH / CRITICAL
Available options:
LOW, MEDIUM, HIGH, CRITICAL Maximum number of issues to return (default: 20, max: 100)
Required range:
1 <= x <= 100Pagination offset
Required range:
x >= 0
