NotificationsControllerListNotificationsRequest
January 14, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
channels | List<ChannelTypeEnum> | :heavy_minus_sign: | Array of channel types |
templates | List<String> | :heavy_minus_sign: | Array of template IDs or a single template ID |
emails | List<String> | :heavy_minus_sign: | Array of email addresses or a single email address |
search | Optional<String> | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. Search term (deprecated) |
subscriberIds | List<String> | :heavy_minus_sign: | Array of subscriber IDs or a single subscriber ID |
severity | List<String> | :heavy_minus_sign: | Array of severity levels or a single severity level |
page | Optional<Double> | :heavy_minus_sign: | Page number for pagination |
limit | Optional<Double> | :heavy_minus_sign: | Limit for pagination |
transactionId | Optional<String> | :heavy_minus_sign: | The transaction ID to filter by |
topicKey | Optional<String> | :heavy_minus_sign: | Topic Key for filtering notifications by topic |
subscriptionId | Optional<String> | :heavy_minus_sign: | Subscription ID for filtering notifications by subscription |
contextKeys | List<String> | :heavy_minus_sign: | Filter by exact context keys, order insensitive (format: "type:id") |
after | Optional<String> | :heavy_minus_sign: | Date filter for records after this timestamp. Defaults to earliest date allowed by subscription plan |
before | Optional<String> | :heavy_minus_sign: | Date filter for records before this timestamp. Defaults to current time of request (now) |
idempotencyKey | Optional<String> | :heavy_minus_sign: | A header for idempotency purposes |