list_error_logs
Retrieve Inxmail system error logs to diagnose API failures, rendering issues, and processing problems. Debug server-side issues excluding delivery bounces.
Instructions
List system error log entries from Inxmail. Errors include API failures, rendering issues, and processing problems — not bounce/delivery errors (use list_bounces for those). Use this to diagnose server-side issues. Use get_error_log for full details of a specific entry, and mark_error_log_read to acknowledge it. Returns paginated HAL+JSON. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Page size (max 500, default 200) | |
| page | No | Page number (default 0) |