Skip to main content
GET
Get Notification Feed

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

teamId
string
required

Query Parameters

type
enum<string>

Only return individual notifications of this type and batches with at least one live member of it.

Available options:
connection_broken,
job_issue,
eval_issue,
job_done,
background_job,
schedule_issue
unread
enum<string>

If true, only return unread individual notifications and batches with at least one unread live member.

Available options:
true,
false
severity
enum<string>

Only return individual notifications with exactly this severity, and batches with at least one live member of it. A batch's counts then describe only those members. Mutually exclusive with minSeverity. One of: info, warning, critical, success.

Available options:
info,
warning,
critical,
success
minSeverity
enum<string>

Only return individual notifications at or above this urgency, and batches with at least one live member at or above it. A batch's counts and worst severity then describe only its members at or above the threshold. Least to most urgent: success < info < warning < critical. Mutually exclusive with severity.

Available options:
info,
warning,
critical,
success
limit
integer
default:30
Required range: 1 <= x <= 100
cursor
string

Response

Default Response

items
object[]
required
nextCursor
string | null
required