Retrieve an email
Retrieve an outbound email and its latest delivery state.
/emails/{email_id}Path parameters
email_idrequiredstring200 response
objectrequiredstringThe resource type. Always `email`. Values: "email".
idrequiredstringThe unique email ID.
message_idstring | nullThe RFC 5322 Message-ID assigned to the email, when available.
fromrequiredstringThe sender address, with an optional display name.
torequiredarrayThe primary recipient addresses.
ccarrayThe carbon-copy recipient addresses.
bccarrayThe blind-carbon-copy recipient addresses.
reply_toarrayThe addresses that receive replies to the email.
subjectrequiredstringThe email subject line.
htmlstring | nullThe HTML body, or `null` when one was not supplied.
textstring | nullThe plain-text body, or `null` when one was not supplied.
headersobjectCustom headers supplied with the email.
tagsarrayMetadata tags attached to the email.
last_eventrequiredstringThe most recent delivery event recorded for the email.
scheduled_atstring | null (date-time)When the email is scheduled to send, or `null` for an immediate send.
created_atrequiredstring (date-time)When Boundry accepted the email.
404 response
Error
namerequiredstringmessagerequiredstringerrorsobject