Skip to main content
GET
Inboxes are currently in private beta and only available to a limited number of users. The response shape might change before GA. Get in touch if you’re interested in testing this feature.Once you have access, upgrade your Resend SDK to use the methods on this page:
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.