Fetch web analytics reports using api
How can i fetch my web analytics with using cloudflare api
I want to fetch this data
2 Replies
Cloudflare Docs
GraphQL Analytics API · Cloudflare Analytics docs
The GraphQL Analytics API provides data regarding HTTP requests passing through Cloudflare’s network, as well as data from specific products, such as …
Those are the RUM datasets, ex:
AccountRumPageloadEventsAdaptiveGroups
You can use dev tools network tab (Ctrl+shift+i -> network) and look at the graphql calls the dashboard uses (it uses the same api under a different endpoint) to see what datasets/etc it uses