Can you surface per-KV analytics via API?
I’ve been running a smart redirecting service Plink and use the API to see total requests/analytics to zones/domains/workers and namespaces that all of my services run through, yet I’m needing to surface analytics per-KV to display to my end users. But it appears this isn’t publicly available.
Each custom link (plnk.to/PickSix for example) has its own KV pair with relevant metadata inside, and requests to these URL paths have subrequests to that particular KV entry, so surfacing analytics on a per-KV basis is needed in order to surface analytics to customers for their specific links, not the entire zone/namespace domains.
This feels close Cloudflare API v4 Documentation (yet is needing a “keys” param to hit). Anything available now or in the future?