get_zone_analytics
Get HTTP traffic analytics for a zone over a time range via GraphQL.
Instructions
Get HTTP traffic analytics for a zone over a time range (via GraphQL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | The Cloudflare zone ID (32-char hex). Get it from list_zones. | |
| since | Yes | Hour-aligned ISO 8601 UTC start, e.g. 2024-01-01T00:00:00Z. httpRequests1hGroups buckets are hourly. | |
| until | Yes | Hour-aligned ISO 8601 UTC end, e.g. 2024-01-02T00:00:00Z. |