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
Copy file name to clipboardExpand all lines: src/content/changelog/dns/2025-06-23-account-level-dns-analytics-api.mdx
+21-17Lines changed: 21 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,25 +8,29 @@ Authoritative DNS analytics are now available on the **account level** via the [
8
8
9
9
This allows users to query DNS analytics across multiple zones in their account, by using the `accounts` filter.
10
10
11
-
Here is an example to retrieve all DNS queries across all zones in an account that resulted in an `NXDOMAIN` response over a given time frame. Please replace `a30f822fcd7c401984bf85d8f2a5111c` with your actual account ID.
11
+
Here is an example to retrieve the most recent DNS queries across all zones in your account that resulted in an `NXDOMAIN` response over a given time frame. Please replace `a30f822fcd7c401984bf85d8f2a5111c` with your actual account ID.
12
12
13
13
```graphql graphql-api-explorer title="GraphQL example for account-level DNS analytics"
0 commit comments