List all events
List all notification events (triggered events) for the current environment. This API supports filtering by channels, templates, emails, subscriberIds, transactionId, topicKey, severity, contextKeys. Checkout all available filters in the query section. This API returns event triggers, to list each channel notifications, check messages APIs.
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)