List Alerts

GET/alerts

Returns a cursor-paginated list of alerts. `total` is only populated on the first page (when `cursor` is absent).

Parameters

cursorstringquery

Cursor from previous page's `meta.nextCursor`

limitintegerquery
statusstringquery

Comma-separated: firing,acknowledged,resolved,suppressed

severitystringquery

Comma-separated: critical,high,medium,low,info

searchstringquery

Full-text search on title and description

integrationIdstringquery
clientIdstringquery
fromstringquery

Filter firedAt >= from

tostringquery

Filter firedAt <= to

sortstringquery
dirstringquery

Responses

200Paginated alert list
401Unauthorized
429Rate limit exceeded