mail_listMailboxActionLogsV1
Get paginated mailbox action logs for message and mailbox events, filtered by date range and event type.
Instructions
Retrieve paginated mailbox action logs (message and mailbox events) for a mailbox in the given mail order. The mailbox email must belong to the order's domain. Supports date range and event type filters. 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 | |
| Yes | Mailbox email address. Must belong to the order's domain. | ||
| event | No | Filter mailbox action log entries by event type | |
| 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) |