External DocumentationTo learn more, visit the Cloudflare documentation.
Actions
Get HTTP Requests Analytics
Retrieve aggregated traffic statistics for a zone.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Limit | The maximum number of hourly traffic summaries to return. |
| Since | Get traffic that occurred on or after this date and time. |
| Until | Get traffic that occurred on or before this date and time. |
| Zone ID | Your Cloudflare Zone ID. |
{
"data": {
"viewer": {
"zones": [
{
"httpRequestsAdaptiveGroups": [
{
"dimensions": {
"datetimeHour": "2022-07-21T10:00:00Z"
},
"sum": {
"edgeResponseBytes": 19849385,
"visits": 4383
}
},
{
"dimensions": {
"datetimeHour": "2022-07-21T06:00:00Z"
},
"sum": {
"edgeResponseBytes": 20607204,
"visits": 4375
}
}
]
}
]
}
},
"errors": null
}
Was this page helpful?