List notifications
Returns the persistent notification log for the operator, ordered by sentAt descending by default. Filter by category, delivery status, or read-state. Use the cursor returned in pagination.cursor to step through pages. For real-time delivery, subscribe to the SSE stream endpoint instead of polling.
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. Defaults to sentAt.
sortOrder
Sort order. Defaults to desc.
Allowed values:
category
Filter by notification category (e.g., alert.threshold_breach).
status
Filter by delivery lifecycle status.
Allowed values:
unread
When true, return only unread notifications.
Response
A cursor-paginated page of notifications.
data
Notifications for this page, ordered by sentAt descending by default.
pagination
Cursor metadata for paging forward.