You can now review detailed audit logs for cache purge events, giving you visibility into what purge requests were sent, what they contained, and by whom. Audit your purge requests via the Dashboard or API for all purge methods:
- Purge everything
- List of prefixes
- List of tags
- List of hosts
- List of files
Example
The detailed audit payload is visible within the Cloudflare Dashboard (under Manage Account > Audit Logs) and via the API. Below is an example of the Audit Logs v2 payload structure:
{ "action": { "result": "success", "type": "create" }, "actor": { "id": "1234567890abcdef", "type": "user" }, "resource": { "product": "purge_cache", "request": { "files": [ "https://example.com/images/logo.png", "https://example.com/css/styles.css" ] } }, "zone": { "id": "023e105f4ecef8ad9ca31a8372d0c353", "name": "example.com" }}Get started
To get started, refer to the Audit Logs documentation.
Source: Cloudflare
Latest Posts
- Microsoft 365 Weekly Change Intelligence – 1 Critical & 18 High Impact Changes (6 September 2026)

- Amazon Bedrock Managed Knowledge Base introduces user-managed setup for SharePoint, OneDrive, and Confluence data sources

- Amazon Bedrock Managed Knowledge Base now supports ServiceNow as a native data source connector

- Amazon Bedrock Managed Knowledge Base now supports automatic sync scheduling for data source connectors







