v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Transactional emails

Fetch scheduled email by messageId

Fetch scheduled email by messageId (Can retrieve data upto 30 days old)

get/smtp/emailStatus/{messageId}

Path parameters

messageIdstring required

The messageId of scheduled email

Query parameters

startDatestring date

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.

endDatestring 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.

Response

Scheduled email

scheduledAtstring date-time required

Datetime for which the email was scheduled

createdAtstring date-time required

Datetime on which the email was scheduled

status'inProgress' | 'queued' | 'processed' | 'error' required

Current status of the scheduled email