Skip to main content

List notifications

GET 

/api/v1/notifications

One page of the authenticated user's notifications, newest first.

Keyset-paginated, like the audit log: an account that has run for months holds thousands of rows, and the previous capped bare array made every one past the cap unreachable. next_cursor is null on the last page.

Resolves legacy the database ObjectId link ids to their public id form so clients only ever see customer-safe identifiers.

  • Scope required: org:read.

Request

Responses

Successful Response