We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b67e17 commit 76c4120Copy full SHA for 76c4120
src/content/docs/logs/log-explorer.mdx
@@ -82,8 +82,12 @@ curl https://api.cloudflare.com/client/v4/zones/{zone_id}/logs/explorer/datasets
82
{
83
"result": {
84
"dataset": "http_requests",
85
- "created_at": "2023-09-25T22:12:31Z",
86
- "updated_at": "2023-09-25T22:12:31Z"
+ "object_type": "zone",
+ "object_id": "<ZONE ID>",
87
+ "created_at": "2025-06-03T14:33:16Z",
88
+ "updated_at": "2025-06-03T14:33:16Z",
89
+ "dataset_id": "01973635f7e273a1964a02f4d4502499",
90
+ "enabled": true
91
},
92
"success": true,
93
"errors": [],
0 commit comments