Get outbound email logs
Retrieves logs of outbound email activity with comprehensive filtering options
Authorizations
API key for account management endpoints. Use your api_ prefixed token.
Query Parameters
Number of records to return (1-100)
1 <= x <= 100Page number for pagination (starts from 1)
x >= 1Number of records to skip (alternative to page)
x >= 0Field to sort by
50Sort order
ASC, DESC Filter by record ID
100Filter by unique identifier
^[A-Za-z0-9-_]{1,100}$Filter by email action status
ACCEPTED, REJECTED, BOUNCED_HARD, BOUNCED_SOFT, DEFERRED, SPAM, VIRUS, QUEUED Filter by zone
50Filter by message ID
100Filter by sender email address
Filter by recipient email address
Filter by MX server
100Filter by host server
100Filter by IP address
^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$Filter by server response
500Filter by username
Filter by protocol
smtp, http, https Filter by source
50Filter by email subject
500Filter by MD5 hash
^[a-fA-F0-9]{32}$Filter by interface
50Filter by origin host
100Filter by transport type
smtp, http, api Filter by header From field
Filter by start date (Unix timestamp)
x >= 0Filter by end date (Unix timestamp)
x >= 0Filter by start date (YYYY-MM-DD or ISO format)
Filter by end date (YYYY-MM-DD or ISO format)
Filter by rule ID
100General search term (searches across email fields)
200