Skip to main content
GET
List fired alerts

Authorizations

Authorization
string
header
required

Your workspace API key, e.g. sk_sovereign_..., sent as Authorization: Bearer <key>.

Query Parameters

kind
enum<string>

Filter to one alert kind.

Available options:
error_rate,
latency_p90,
balance_low,
judge_drift,
quality_low,
model_shift,
quality_gate
since
string

ISO-8601 datetime; only alerts fired at or after this instant. 400 if unparseable.

limit
integer

Page size, integer 1..200.

cursor
string

Opaque cursor from a previous response's next_cursor (the id of the last alert on that page). Resumes after that alert.

Response

{ alerts: [{ id, kind, fired_at (ISO), payload (JSON object: criterion, model, rates, reason as applicable) }], next_cursor: string|null }

The response is of type object.