list_received_logs
Retrieve HTTP request logs for a Cloudflare zone within a one-hour window to investigate traffic patterns and anomalies. Returns NDJSON entries.
Instructions
Retrieve HTTP request logs for a Cloudflare zone within a time range. Returns NDJSON log entries. Time range is limited to 1 hour and data must be at least 5 minutes old. Useful for investigating traffic patterns and anomalies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | required,End timestamp (exclusive) in RFC3339 or UNIX format | |
| count | No | Maximum number of records to return | |
| start | Yes | required,Start timestamp (inclusive) in RFC3339 or UNIX format | |
| fields | No | Comma-separated list of log fields to return | |
| sample | No | Sampling rate between 0.0 and 1.0 | |
| zone_id | Yes | required,The ID of the zone | |
| timestamps | No | Timestamp format: unixnano (default), unix, or rfc3339 |