Skip to content

Commit 76c4120

Browse files
committed
Updates response
1 parent 7b67e17 commit 76c4120

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/content/docs/logs/log-explorer.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,12 @@ curl https://api.cloudflare.com/client/v4/zones/{zone_id}/logs/explorer/datasets
8282
{
8383
"result": {
8484
"dataset": "http_requests",
85-
"created_at": "2023-09-25T22:12:31Z",
86-
"updated_at": "2023-09-25T22:12:31Z"
85+
"object_type": "zone",
86+
"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
8791
},
8892
"success": true,
8993
"errors": [],

0 commit comments

Comments
 (0)