Skip to main content
GET
List operational alerts

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

type
enum<string>

Filter by alert type.

Opções disponíveis:
WINDOW_CLOSING,
RECALCULATION,
RELAY_DOWN,
CERTIFICATE_EXPIRY,
CONNECTION_DOWN,
SCHEDULE_CHANGE
activeOnly
boolean
padrão:true

When true (default), returns only active (unresolved) alerts; false includes deactivated alerts (history).

cursor
string

Opaque pagination cursor.

limit
integer<int64>
padrão:50

Page size (default 50, max 200).

Intervalo obrigatório: 1 <= x <= 200

Resposta

OK

hasMore
boolean
obrigatório

Whether more alerts exist beyond this page.

items
object[] | null
obrigatório

The page of alerts (never null; empty when nothing matches).

nextCursor
string

Opaque cursor for the next page; omitted when the feed is exhausted.