GET /zones/{zone_id}/security-center/insights/audit-log
Lists audit log entries for all Security Center insights in a specific zone, showing changes to insight status and classification.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
zone_id |
String | Yes |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
order |
String | No |
Sort order for results. Use 'asc' for oldest first or 'desc' for newest first. Valid values:
Default value: "desc" |
changed_by |
String | No |
Filter by the actor that made the change. |
per_page |
Integer | No |
Number of results per page. Default value: 25 |
field_changed |
String | No |
Filter by the field that was changed. Valid values:
|
since |
String | No |
Filter entries changed at or after this timestamp (RFC 3339). |
cursor |
String | No |
Opaque cursor for pagination. Use the cursor value from result_info of the previous response. |
before |
String | No |
Filter entries changed before this timestamp (RFC 3339). |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.