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.
Documentation Index
Fetch the complete documentation index at: https://jetemail.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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 consolidated log entries from all queried domains. Each entry represents a single inbound email (keyed by uid) with aggregated delivery/rejection counts and an actions array of underlying log rows. Entries are tagged with _domain, _domain_uuid, and _domain_type 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