import { MessagesControllerGetMessagesRequest } from "@novu/api/models/operations";
let value: MessagesControllerGetMessagesRequest = {};
Field | Type | Required | Description |
---|---|---|---|
channel |
components.ChannelTypeEnum | ➖ | Channel type through which the message is sent |
subscriberId |
string | ➖ | N/A |
transactionId |
string[] | ➖ | N/A |
page |
number | ➖ | N/A |
limit |
number | ➖ | N/A |
idempotencyKey |
string | ➖ | A header for idempotency purposes |