List sent emails
Emails
List sent emails
Retrieve a paginated list of sent emails. Results are ordered by send time, newest first.
Use filters to narrow down results by status, recipient, sender, or tag.
Related endpoints:
GET /emails/{emailId}- Get full details of a specific emailPOST /emails- Send a new email
GET
List sent emails
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_KEYQuery Parameters
Filter by delivery status:
pending- Email accepted, waiting to be processedsent- Email transmitted to recipient's mail serversoftfail- Temporary delivery failure, will retryhardfail- Permanent delivery failurebounced- Email bounced backheld- Held for manual review
Available options:
pending, sent, softfail, hardfail, bounced, held Filter by recipient email address
Filter by sender email address
Filter by tag
Return emails sent after this timestamp (Unix seconds or ISO 8601)
Return emails sent before this timestamp
Page number (starts at 1)
Required range:
x >= 1Results per page (max 100)
Required range:
1 <= x <= 100Response
List of emails
