Download the raw RFC822 (.eml) bytes of a message
GET /v1/inboxes/{inbox_id}/messages/{id}/raw
GET
/v1/inboxes/{inbox_id}/messages/{id}/raw
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” inbox_id
required
string
Opaque inbox id (the canonical path key). The inbox’s email address is also accepted here as a within-project alias. Treat the id as opaque.
id
required
string
Opaque message id (msg_...). Encodes its owning inbox.
Responses
Section titled “ Responses ”The full message source.
string format: binary
Missing or invalid credential.
The canonical error envelope. error is a stable machine code.
object
error
required
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
string
Example
forbidden message
Human-readable detail (never leaks internals).
string
Example
missing required scopeResource not found.
The canonical error envelope. error is a stable machine code.
object
error
required
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
string
Example
forbidden message
Human-readable detail (never leaks internals).
string
Example
missing required scope