Skip to main content
GET
List issues

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>

Lifecycle state

Available options:
OPEN,
ACKED,
RESOLVED
source
enum<string>

Who opened the issue

Available options:
TREND_ALERT,
SINGLE_CALL_ALERT,
TRACE_FAILURE,
MANUAL,
API,
AGENT
severity
enum<string>

Coarse priority — LOW / MEDIUM / HIGH / CRITICAL

Available options:
LOW,
MEDIUM,
HIGH,
CRITICAL
limit
integer
default:20

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

Required range: 1 <= x <= 100
offset
integer
default:0

Pagination offset

Required range: x >= 0

Response

List of issues

data
object[]
required
pagination
object
required