List authentication logs
list_auth_logsRetrieve authentication log records for a specific date, including timestamp, IP, email, and service. Supports search and pagination for security audits and identifying unauthorized access.
Instructions
List authentication log records (IMAP/POP/SMTP/webmail logins) for a given date: timestamp, IP, email address and service. Paginated (max 25 per page) with optional search query. Useful for security audits and detecting unauthorized access.
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) |