cloudflare_security_events
Query recent security and firewall events for Cloudflare zones using GraphQL Analytics to monitor threats and analyze traffic patterns.
Instructions
Query recent security/firewall events for a zone using Cloudflare GraphQL Analytics.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | Zone ID (32-char hex) or zone name (e.g., 'example.com') | |
| since | No | ISO 8601 datetime to query from (default: 1 hour ago). E.g., '2026-03-13T00:00:00Z' | |
| limit | No | Maximum number of events to return (default: 100, max: 10000) |