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 8675b8e commit f7a3609Copy full SHA for f7a3609
src/content/docs/logs/log-explorer.mdx
@@ -81,10 +81,13 @@ curl https://api.cloudflare.com/client/v4/zones/{zone_id}/logs/explorer/datasets
81
```json
82
{
83
"result": {
84
- "id": <JOB_ID>,
85
"dataset": "http_requests",
86
- "created_at": "2023-09-25T22:12:31Z",
87
- "updated_at": "2023-09-25T22:12:31Z"
+ "object_type": "zone",
+ "object_id": "<ZONE ID>",
+ "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