Get Email
Emails
Get Email
Retrieve details of a specific email
GET
Get Email
Get detailed information about a specific sent email by its ID.Documentation Index
Fetch the complete documentation index at: https://docs.mailbreeze.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique email ID (e.g.,
msg_abc123).Examples
Response
Unique email ID.
Sender email address.
Recipient email addresses.
CC recipients.
BCC recipients.
Email subject line.
Current status:
queued, sent, delivered, bounced, or failed.SMTP message ID.
Template ID if sent with a template.
ISO 8601 timestamp when created.
ISO 8601 timestamp when sent.
ISO 8601 timestamp when delivered.
ISO 8601 timestamp when first opened (if tracking enabled).
ISO 8601 timestamp when first clicked (if tracking enabled).
Example Response
Errors
| Code | HTTP Status | Description |
|---|---|---|
NOT_FOUND | 404 | Email with this ID doesn’t exist |