List Alerts
GET
/alertsReturns a cursor-paginated list of alerts. `total` is only populated on the first page (when `cursor` is absent).
Parameters
cursorstringqueryCursor from previous page's `meta.nextCursor`
limitintegerquerystatusstringqueryComma-separated: firing,acknowledged,resolved,suppressed
severitystringqueryComma-separated: critical,high,medium,low,info
searchstringqueryFull-text search on title and description
integrationIdstringqueryclientIdstringqueryfromstringqueryFilter firedAt >= from
tostringqueryFilter firedAt <= to
sortstringquerydirstringqueryResponses
200Paginated alert list401Unauthorized429Rate limit exceeded