Get Notification Batch
Get a single notification batch by id for the authenticated user, with per-type live-member counts, unread count, and worst severity. Serves cold deep links and sidebar retention for batches the caller can no longer see in the feed. Counts every live member by default; the optional type/severity/minSeverity filters narrow them to matching members only, exactly as the feed narrows a batch row it returns under the same filters. Requires the Notification Center feature; returns 404 when it is not enabled for the team, the batch does not exist, it belongs to another recipient/team, or no live member matches the given filters.
Authorizations
API key authentication. Get your API key from the Duvo dashboard.
Path Parameters
The notification batch's unique identifier
Query Parameters
Count only live members of this type. Omit to count every live member.
connection_broken, job_issue, eval_issue, job_done, background_job, schedule_issue Count only live members with exactly this severity. Mutually exclusive with minSeverity. One of: info, warning, critical, success.
info, warning, critical, success Count only live members at or above this urgency. Least to most urgent: success < info < warning < critical. Mutually exclusive with severity.
info, warning, critical, success Response
Default Response
0 <= x <= 9007199254740991info, warning, critical, success