You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of audit logs streamlines audit logging by automatically capturing all user and system actions performed through the Cloudflare Dashboard or public APIs. This update leverages Cloudflare’s existing API Shield to generate audit logs based on OpenAPI schemas, ensuring a more consistent and automated logging process.
6
+
The latest version of audit logs streamlines audit logging by automatically capturing all user and system actions performed through the Cloudflare Dashboard or public APIs. This update leverages Cloudflare's existing API Shield to generate audit logs based on OpenAPI schemas, ensuring a more consistent and automated logging process.
7
7
8
8
Availability: Audit logs (version 2) is now in Beta, with support limited to **API access**.
9
9
10
10
Use the following API endpoint to retrieve audit logs:
11
11
```js
12
12
GET https://api.cloudflare.com/client/v4/accounts/<account_id>/logs/audit?since=<date>&before=<date>
13
-
14
13
```
15
-
You can access detailed documentation for audit logs (version 2) Beta API release [here](https://developers.cloudflare.com/api/resources/accounts/subresources/logs/subresources/audit/methods/list/).
14
+
```
15
+
You can access detailed documentation for the audit logs (version 2) Beta API release in the [Audit Logs API documentation](https://developers.cloudflare.com/api/resources/accounts/subresources/logs/subresources/audit/methods/list/).
16
16
17
17
**Key Improvements in the Beta Release:**
18
18
@@ -27,7 +27,7 @@ You can access detailed documentation for audit logs (version 2) Beta API releas
27
27
* **Comprehensive activity capture**: Expanded logging to include GET requests and failed attempts, ensuring that all critical activities are recorded.
28
28
29
29
**Known Limitations in Beta**
30
-
* Error handling for the API is not implemented.
30
+
* Error handling for the API isn't implemented.
31
31
* There may be gaps or missing entries in the available audit logs.
32
32
* UI is unavailable in this Beta release.
33
33
* System-level logs and User-Activity logs are not included.
0 commit comments