Get email details
Emails
Get email details
Retrieve detailed information about a specific email including delivery status, timestamps, and optionally the email content.
Use the expand parameter to include additional data like the
HTML/text body, headers, or delivery attempts.
GET
Get email details
Documentation Index
Fetch the complete documentation index at: https://arkhq.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEYPath Parameters
The email identifier (token returned from send response)
Query Parameters
Comma-separated list of fields to include:
full- Include all expanded fields in a single requestcontent- HTML and plain text bodyheaders- Email headersdeliveries- Delivery attempt historyactivity- Opens and clicks tracking dataattachments- File attachments with content (base64 encoded)raw- Complete raw MIME message (base64 encoded)
Example:
"full"
