Returns a single delivery log by its public ID.
cURL
curl --request GET \ --url https://app.sendmux.ai/api/v1/emails/logs/{logId} \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": { "id": "dlog_clxxxxxxxxxxxxxxxxxxxxxxxxx", "provider_id": "<string>", "provider_name": "<string>", "message_id": "<string>", "from_email": "<string>", "to_email": "<string>", "subject": "<string>", "status": "pending", "status_reason": "<string>", "attempts": 123, "sent_at": "<string>", "size_bytes": 123, "created_at": "<string>" }, "meta": { "request_id": "req_clxxxxxxxxxxxxxxxxxxxxxxxxx" } }
Sendmux API key. Obtain from the dashboard under API Keys. Format: smx_root_...
Delivery log public ID (dlog_...)
Delivery log detail
true
Hide child attributes
Log public ID
"dlog_clxxxxxxxxxxxxxxxxxxxxxxxxx"
Provider public ID
Provider display name
Email Message-ID header
pending
sent
failed
rejected
ISO 8601 timestamp when email was sent
ISO 8601 creation timestamp
"req_clxxxxxxxxxxxxxxxxxxxxxxxxx"
Was this page helpful?