get_log_by_rayid
Retrieve HTTP request log details by Cloudflare Ray ID to investigate blocked or challenged requests, including client IP, path, user agent, status code, and security actions.
Instructions
Look up an HTTP request log entry by its Cloudflare Ray ID. Returns request details including client IP, path, user agent, status code, and security actions. Useful for investigating why a specific request was blocked or challenged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated list of log fields to return | |
| ray_id | Yes | required,The Ray ID of the request to look up | |
| zone_id | Yes | required,The ID of the zone | |
| timestamps | No | Timestamp format: unixnano (default), unix, or rfc3339 |