Retrieve Thread Email
Retrieve a single message from a thread.
GET
Returns one message of a thread, in the same shape Retrieve
Thread returns inside
messages.
Path Parameters
Response Fields
string
The ID of the message.
string
Whether the message was received by the inbox or sent from it.
string
Sender email address.
string[]
The recipients of the message.
string[]
The CC recipients of the message.
string[]
The BCC recipients of the message.
string[]
The Reply-To addresses.
string | null
The subject of the message.
string | null
The Message-ID header of the message.
string | null
The HTML body.
string | null
The plain-text body.
array
The attachments on the message.
boolean
Whether the message has been read.
string
ISO 8601 timestamp when the message arrived or was sent.