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.
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
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
Filter by start date (Unix timestamp)
x >= 0Filter by end date (Unix timestamp)
x >= 0Field to sort by
50Sort order
ASC, DESC