get_audit_logs
Get Cloudflare account audit logs for user actions, API calls, and configuration changes. Filter by dates, IP, zone, actor, or action type to investigate activity.
Instructions
Get audit logs for a Cloudflare account. Returns recent activity including user actions, API calls, and configuration changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| since | No | Start date in ISO 8601 format (e.g., 2024-01-01T00:00:00Z) | |
| before | No | End date in ISO 8601 format | |
| actor_ip | No | Filter by actor IP address | |
| per_page | No | Results per page (max 1000) | |
| zone_name | No | Filter by zone name | |
| account_id | Yes | The account ID | |
| action_type | No | Filter by action type (e.g., 'add', 'delete', 'edit') | |
| actor_email | No | Filter by actor email address |