Retrieve subscriber notifications
Retrieve in-app (inbox) notifications for a subscriber by its unique key identifier subscriberId. Supports filtering by tags, read/archived/snoozed/seen state, data attributes, severity, date range, and context keys.
Authorizations
API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
Headers
A header for idempotency purposes
Path Parameters
The identifier of the subscriber
Query Parameters
x <= 100Filter by read/unread state
Filter by archived state
Filter by snoozed state
Filter by seen state
Filter by data attributes (JSON string)
Filter by severity levels
high, medium, low, none Filter notifications created on or after this timestamp (Unix timestamp in milliseconds)
Filter notifications created on or before this timestamp (Unix timestamp in milliseconds)
Context keys for filtering notifications in multi-context scenarios