post--v1-analytics-logs
Retrieve and analyze email delivery logs from Mailgun to monitor performance, track events, and troubleshoot issues with customizable date ranges and filters.
Instructions
List logs
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | The start date (default: 1 day before current time). Must be in RFC 2822 format: https://datatracker.ietf.org/doc/html/rfc2822.html#page-14 | |
| end | No | The end date (default: current time). Must be in RFC 2822 format: https://datatracker.ietf.org/doc/html/rfc2822.html#page-14 | |
| events | No | The set of events to include. | |
| metric_events | No | Optional set of analytics metric events. Will be converted into corresponding events. | |
| filter | No | ||
| include_subaccounts | No | Include logs from all subaccounts. | |
| include_totals | No | Include total number of log entries. | |
| pagination | No |