List outbound logs
mail_listOutboundLogsV1Fetch paginated outbound email delivery logs for your domain. Filter by account, date range, status, sender, or recipient to troubleshoot sent mail issues.
Instructions
Retrieve paginated outbound (sent mail) delivery logs for the domain attached to the given mail order. Supports filtering by account, date range, status, sender, and recipient. Results are sorted by timestamp descending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Exact date filter (YYYY-MM-DD). Takes precedence over `from_date`/`to_date` when both are given. | |
| page | No | Page number | |
| sender | No | Filter log entries by sender. Accepts a full email address or a domain. | |
| status | No | Filter log entries by status | |
| account | No | Filter log entries by a specific email account | |
| orderId | Yes | Order resource ID | |
| to_date | No | Date range end (RFC 3339) | |
| per_page | No | Number of items per page | |
| from_date | No | Date range start (RFC 3339) | |
| recipient | No | Filter log entries by recipient. Accepts a full email address or a domain. |