| Field | Type | Required | Description |
|---|---|---|---|
channels |
List<ChannelTypeEnum> | ➖ | Array of channel types |
templates |
List<String> | ➖ | Array of template IDs or a single template ID |
emails |
List<String> | ➖ | Array of email addresses or a single email address |
search |
Optional<String> | ➖ | : 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> | ➖ | Array of subscriber IDs or a single subscriber ID |
severity |
List<String> | ➖ | Array of severity levels or a single severity level |
page |
Optional<Double> | ➖ | Page number for pagination |
limit |
Optional<Double> | ➖ | Limit for pagination |
transactionId |
Optional<String> | ➖ | The transaction ID to filter by |
topicKey |
Optional<String> | ➖ | Topic Key for filtering notifications by topic |
subscriptionId |
Optional<String> | ➖ | Subscription ID for filtering notifications by subscription |
contextKeys |
List<String> | ➖ | Filter by exact context keys, order insensitive (format: "type:id") |
after |
Optional<String> | ➖ | Date filter for records after this timestamp. Defaults to earliest date allowed by subscription plan |
before |
Optional<String> | ➖ | Date filter for records before this timestamp. Defaults to current time of request (now) |
idempotencyKey |
Optional<String> | ➖ | A header for idempotency purposes |