Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>. Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.

Query Parameters

limit
integer
default:50

Notifications per page. Values above the server page size of 50 are clamped down to it.

Required range: 1 <= x <= 50
cursor
string

The next_cursor from a previous response.

Response

A page of notifications

A page of notifications, newest first, already filtered to what the caller's role may see.

notifications
object[]
required
next_cursor
string

Opaque cursor for the next page. Absent when there are no further results. Pass it back as the cursor query parameter.