Retrieves inbound logs across all domains and subdomains owned by the authenticated user/organization. Fans out requests to the logs API for each domain, merges results, and returns a unified sorted and paginated response. Supports the same filter parameters as the per-domain logs endpoint. Limited to 20 domains per request; use the domains parameter to target specific domains if you have more.
API key for account management endpoints. Use your api_ prefixed token.
Comma-separated list of domain names to filter to (e.g. "example.com,mail.example.com"). If omitted, queries all domains in the account (up to 20).
Filter by log type
spam, delivery, inbound, outbound Filter by recipient email
Filter by sender email
Filter by subject
500Filter by IP address
Start of date range (Unix timestamp)
End of date range (Unix timestamp)
Minimum spam score filter
Maximum spam score filter
Filter by host
Filter by port number
1 <= x <= 65535Filter by connection mode
smtp, http, https Number of entries to return (applied after merging all domains)
1 <= x <= 1000Number of entries to skip
x >= 0Page number (alternative to offset, takes precedence)
x >= 1Field to sort by
Sort direction
ASC, DESC Successfully retrieved account-wide logs
true
Merged and sorted log entries from all queried domains. Each entry includes _domain, _domain_uuid, and _domain_type fields identifying the source domain.
Status of each domain query
Total number of domains in the account
5
Number of domains actually queried (may be capped at 20)
5