List all events
List all events using the Novu REST API. Requires your environment secret key in the Authorization header.
Authorizations
API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
Headers
A header for idempotency purposes
Query Parameters
Array of channel types
Channel type through which the message is sent
in_app, email, sms, chat, push Array of template IDs or a single template ID
Array of email addresses or a single email address
Search term (deprecated)
Array of subscriber IDs or a single subscriber ID
Array of severity levels or a single severity level
Page number for pagination
x >= 0Limit for pagination
1 <= x <= 50The transaction ID to filter by
Topic Key for filtering notifications by topic
Subscription ID for filtering notifications by subscription
Filter by exact context keys, order insensitive (format: "type:id")
Date filter for records after this timestamp. Defaults to earliest date allowed by subscription plan
Date filter for records before this timestamp. Defaults to current time of request (now)