List alerts
Returns a cursor-paginated list of alerts for your organization.string
Opaque pagination cursor. Pass
next_cursor from a previous response. Omit for the first page.integer
default:"25"
Maximum items per page (1–100).
string
Filter by severity:
low, medium, high, or critical.string
Filter by status:
open, acknowledged, or resolved.Request
Response
Alert object
string
Unique alert identifier (UUID).
string
Organization that owns this alert.
string
Alert type:
policy_violation— a policy was triggeredbudget_exceeded— a budget limit was reachedanomaly_detected— unusual usage pattern detectedsecurity_event— security-related event (e.g., pre-departure anomaly)
string
Severity level:
low, medium, high, or critical.string
Current status:
open, acknowledged, or resolved.string
Short, human-readable alert title.
string
Detailed description of the alert.
string
UUID of the user who triggered the alert.
null for system-level alerts.string
UUID of the policy that was violated.
null for non-policy alerts.object
Additional context (model, provider, token counts, etc.). Schema varies by alert type.
string
ISO 8601 timestamp when the alert was created.
string
ISO 8601 timestamp when the alert was resolved.
null if still open.