External DocumentationTo learn more, visit the Cloudflare documentation.
Actions
Get Firewall Events Analytics
Get aggregated firewall event counts over a selected time period.

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 firewall events summaries to return. |
| Since | Get events that occurred on or after this date and time. |
| Until | Get events that occurred on or before this date and time. |
| Zone ID | Your Cloudflare Zone ID. |
{
"data": {
"viewer": {
"zones": [
{
"firewallEventsAdaptiveGroups": [
{
"dimensions": {
"datetimeHour": "2022-07-21T10:00:00Z"
},
"count": 57
}
]
}
]
}
},
"errors": null
}
Was this page helpful?