What is the name of the domain?
example.com
What is the issue you’re encountering
How to get access to HTTP analytics
What steps have you taken to resolve the issue?
I want to get programmatic access to HTTP analytics - i.e. as shown on the Cloudflare dashboard when you go to a site and choose “Analytics & Logs” → “HTTP Traffic”. In particular, I want to get a list of all URLs (although preferably filtered by a rule) fetched during a time period, and how many times each was fetched (so each unique URL is listed once accompanied by a counter). This is basically exactly the same information that is shown on the HTTP Traffic dashboard page, so Cloudflare must have it, but I can’t find any information about how to fetch it via the API (plus of course I want more than just the top 15). I do not want to use “Web Analytics”, it has to be based on the HTTP logs, not least because the fetches I want to count do not return HTML pages.
What feature, service or problem is this related to?
Other / I don’t know