Retrieves logs of inbound email activity with filtering options. Either uuid (for domain) or subdomain_id parameter is required.
API key for account management endpoints. Use your api_ prefixed token.
UUID of the inbound domain to fetch logs for. Either uuid or subdomain_id is required.
^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$ID of the subdomain to fetch logs for. Either uuid or subdomain_id is required.
x >= 1Number of records to return (1-1000)
1 <= x <= 1000Page number for pagination
x >= 1Number of records to skip (alternative to page)
x >= 0Filter by unique identifier
^[A-Za-z0-9-_]{1,100}$Filter by log type
spam, delivery, inbound, outbound Filter by email subject
500Filter by sender email
Filter by recipient email
Filter by minimum spam score
x >= 0Filter by maximum spam score
x >= 0Filter by host
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 start date (Unix timestamp)
x >= 0Filter by end date (Unix timestamp)
x >= 0Field to sort by
50Sort order
ASC, DESC