{ "opencollection": "1.0.0", "info": { "name": "Cloudflare R2 Cloudflare Buckets R2 Account API", "version": "4.0.0" }, "items": [ { "info": { "name": "R2 Account", "type": "folder" }, "items": [ { "info": { "name": "Get Account-Level Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/r2/metrics", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Storage/Object Count Metrics across all buckets in your account. Note that Account-Level Metrics may not immediately reflect the latest data." } ] } ], "bundled": true }