Skip to main content
GET
Retrieve Attachment
Fetches metadata and a temporary download URL for a file attached to a sent email.

Path Parameters

string
required
The unique ID of the sent email.
string
required
The unique ID of the attachment (att_...).

Response

string
Attachment identifier (att_...).
string
Original file name (e.g. invoice.pdf).
string
MIME type (e.g. application/pdf).
integer
Size of the attachment in bytes.
string
Presigned URL to download the attachment payload.