List email logs
list_email_logsRetrieve email delivery logs for a specific date, with optional search and pagination. Shows timestamps, IPs, ports, user, addresses, redirections, and subject.
Instructions
List email log records for a given date (delivery attempts in and out): timestamps, remote/local IPs and ports, authenticated user, from/to addresses, redirections and subject. Paginated (max 25 per page) with optional search query. Use the record's id with get_email_log_protocol for the full SMTP transcript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in ISO 8601 format (YYYY-MM-DD) | |
| page | No | Page number (starts at 1) | |
| query | No | Search query to filter results | |
| paging | No | Items per page (maximum 25) |