Fetch an Email
This operation fetches a single Email using its ID.
Data retention: Records are available for 7 days after creation. Requests for data older than 7 days may return incomplete results.
Authentication
Basic authentication of the form Basic <account_id:auth_token>.
Basic authentication of the form Basic <api_key:api_key_secret>.
Path parameters
Response
The scheduled send time of the Email.
This field is only present if the Email was created with a schedule.
The status of an Email. The status can be one of the following:
-
SCHEDULEDTheEmailis scheduled to be sent by Twilio in the future. -
QUEUEDTheEmailis queued in Twilio for sending. -
SENTTheEmailhas been sent by Twilio. -
DELIVEREDTheEmailhas been successfully delivered to the recipient. -
UNDELIVEREDTheEmailwas successfully sent by Twilio but has not been delivered to the recipient. -
OPENEDTheEmailhas been opened by the recipient. -
FAILEDTheEmailprocessing failed inside Twilio. -
CANCELEDTheEmailwas canceled via API request. -
INBOUNDTheEmailwas received by Twilio from an external source.
The recipients of the email on the to line.