List Notifications
List notifications for the authenticated user’s current team, most recent first. Filter with type, unread, severity, important, agentRunId, or processId; paginate with limit/cursor. Pass batchId to list only the live members of a notification batch, optionally ordered by sort=importance (only valid together with batchId). Requires the Notification Center feature; returns 404 when it is not enabled for the team.
Authorizations
API key authentication. Get your API key from the Duvo dashboard.
Path Parameters
Query Parameters
Only return notifications of this type. One of: connection_broken, job_issue, eval_issue, job_done, background_job, schedule_issue.
connection_broken, job_issue, eval_issue, job_done, background_job, schedule_issue If true, only return unread notifications.
true, false Only return notifications with this severity. One of: info, warning, critical, success.
info, warning, critical, success If true, only return important notifications: unresolved connection_broken rows pinned until reconnected, removed, or dismissed.
true, false Only return notifications about this agent run.
Only return notifications about this Clarity process.
1Only return live members of this notification batch.
importance orders by type importance then severity (only valid together with batchId); default recency.
recency, importance Number of notifications per page (1-100, default 30).
1 <= x <= 100Opaque cursor from the previous page's nextCursor. Omit for the first page.