Retrieve notifications for the current user with cursor-based pagination.
By default, archived notifications are not returned. Use is_archived=true to include them.
Scopes:
user: Personal notificationsorganization: Organization-scoped notifications (requires scope_id)workspace: Workspace-scoped notifications (requires scope_id)Session-based authentication using cookies
Maximum number of notifications to return
1 <= x <= 100Cursor for pagination. Use the ID of the last notification from the previous page to get the next set of results. Notifications are returned in descending order by ID.
"123456789012345678"
Filter by scope (user, organization, workspace)
user, organization, workspace "organization"
Filter by scope ID (required when scope is organization or workspace)
Filter by read status
Filter by starred status
Filter by archived status. Default is false (excludes archived).
Filter by notification severity
info, success, warning, error