Issue

List issues

Returns the project’s issues, ordered newest-first. Supports filtering by status, source, and severity, with offset pagination.

get/v1/issue

Query parameters

status'OPEN' | 'ACKED' | 'RESOLVED'

Lifecycle state

source'TREND_ALERT' | 'SINGLE_CALL_ALERT' | 'TRACE_FAILURE' | 'MANUAL' | 'API' | 'AGENT'

Who opened the issue

severity'LOW' | 'MEDIUM' | 'HIGH' | 'CRITICAL'

Coarse priority — LOW / MEDIUM / HIGH / CRITICAL

limitinteger

Maximum number of issues to return (default: 20, max: 100)

offsetinteger

Pagination offset

Response

List of issues

Changes