DNS - Account-level DNS analytics now available via GraphQL Analytics API
1y ago
Source
CloudflareDNS - Account-level DNS analytics now available via GraphQL Analytics APIcloudflare.comAuthoritative DNS analytics are now available on the account level via the Cloudflare GraphQL Analytics API . This allows users to query DNS analytics across multiple zones in their account, by using the accounts filter. 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. query GetLatestNXDOMAINResponses { viewer { accounts ( filter : { accountTag : "a30f822fcd7c401984bf85d8f2a5111c" }) { dnsAnalyticsAdaptive ( filter : { date_geq : "2025-06-16" date_leq : "2025-06-18" responseCode : "NXDOMAIN" } limit : 10000 orderBy : [ datetime_DESC ] ) { zoneTag queryName responseCode queryType datetime } } } } Run in GraphQL API Explorer To learn more and get started, refer to the DNS Analytics documentation .
You might also wanna read
Cloudflare expands AI bot management tools with granular traffic controls for all customers
Cloudflare is celebrating the second "Content Independence Day" by expanding AI traffic management options for all website owners. Building
Workers - Simpler runtime types with @cloudflare/workers-types v5
Cloudflare·2d ago
Cache - Cache multiple versions of a URL with Vary
Cloudflare·3d ago
Cloudflare One - Hostname routing for Cloudflare Mesh
Cloudflare·3d ago
AI Search - Manage AI Search sync jobs with Wrangler CLI
Cloudflare·3d ago
Workers - Work across multiple accounts with Wrangler auth profiles
Cloudflare·3d ago

Comments
Sign in to join the conversation.
No comments yet. Be the first.