Skip to main content
GET
Get Email
Get detailed information about a specific sent email by its ID.

Path Parameters

string
required
The unique email ID (e.g., msg_abc123).

Examples

Response

string
Unique email ID.
string
Sender email address.
string[]
Recipient email addresses.
string[]
CC recipients.
string[]
BCC recipients.
string
Email subject line.
string
Current status: queued, sent, delivered, bounced, or failed.
string
SMTP message ID.
string
Template ID if sent with a template.
string
ISO 8601 timestamp when created.
string
ISO 8601 timestamp when sent.
string
ISO 8601 timestamp when delivered.
string
ISO 8601 timestamp when first opened (if tracking enabled).
string
ISO 8601 timestamp when first clicked (if tracking enabled).
Example Response

Errors