mail_listAccessLogsV1
Retrieve paginated access logs for a mail order's domain, filterable by account, date range, protocol, status, and deletion flag. Results sorted by timestamp descending.
Instructions
Retrieve paginated access logs for the domain attached to the given mail order. Supports filtering by account, date range, protocol, status, and deletion flag. 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 | |
| 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 | |
| protocol | No | Filter access log entries by protocol | |
| from_date | No | Date range start (RFC 3339) | |
| has_deletions | No | Filter access log entries by whether the session had deletions |