List configured alert rules
Returns the alert rules configured for the operator’s organisation. Filter by event type, active state, or delivery channel; use the catalog endpoint to discover what event types are available.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
cursor
Opaque cursor returned from a prior call.
limit
Maximum number of results to return. Defaults to 20.
sortBy
Sort field.
sortOrder
Sort order.
Allowed values:
eventType
Filter by alert event type code.
isActive
Filter by active state. Set false to view paused rules.
channel
Filter by delivery channel.
Allowed values:
Response
A cursor-paginated page of alert rules.
data
Alert rules for this page.
pagination
Cursor metadata for paging forward.