Fetch scheduled emails by batchId or messageId
Fetch scheduled batch of emails by batchId or single scheduled email by messageId (Can retrieve data upto 30 days old)
Authentication
The API key should be passed in the request headers as api-key for authentication.
Path parameters
The batchId of scheduled emails batch (Should be a valid UUIDv4) or the messageId of scheduled email.
Query parameters
Mandatory if endDate is used. Starting date (YYYY-MM-DD) from which you want to fetch the list. Can be maximum 30 days older tha current date.
Mandatory if startDate is used. Ending date (YYYY-MM-DD) till which you want to fetch the list. Maximum time period that can be selected is one month.
Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed. Not valid when identifier is messageId.
Filter the records by status of the scheduled email batch or message. Not valid when identifier is messageId.
Number of documents returned per page. Not valid when identifier is messageId.
Index of the first document on the page. Not valid when identifier is messageId.