GraphQL analytics API zone plan requirement

Hey,

I’m working on a prometheus metrics exporter for Cloudflare analytics using the graphql API (GitLab.org / cloudflare_exporter · GitLab). I can get analytics for zones in the enterprise plan, but not for zones in the free plan.

Is this API available to zones in the pro/business plans? I have no such zones to test this on.

I did check the docs, but couldn’t find an answer. Parts of the deprecated zone analytics API are enterprise-only, so I suspect the answer may be that the new API is also enterprise only, but I figured this was worth checking.

According to Limits · Cloudflare Analytics docs it should be available to all plan levels, however with certain restrictions which are listed as well.

Thanks @sandro, that’s exactly what I was looking for. I was retrieving the httpRequests1mGroups dataset, which needs at least the pro plan.