Get Notification Feed
List the notification feed for the authenticated user’s current team, most recent activity first. Each item is either an individual notification or a notification batch (a per-agent group of job_issue/eval_issue/job_done/schedule_issue notifications). Filter with type or unread; paginate with limit/cursor. The feed is eventually consistent — a batch’s counts can lag a concurrent write by one page fetch. 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 individual notifications of this type and batches with at least one live member of it.
connection_broken, job_issue, eval_issue, job_done, background_job, schedule_issue If true, only return unread individual notifications and batches with at least one unread live member.
true, false 1 <= x <= 100