{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Metadata API", "version": "4.0.0" }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Read Key Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/storage/kv/namespaces/:namespace_id/metadata/:key_name", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "namespace_id", "value": "", "type": "path", "description": "The unique identifier of the KV namespace." }, { "name": "key_name", "value": "", "type": "path", "description": "The key name. Use URL-encoding for special characters such as colon, exclamation mark, and percent." } ] }, "docs": "Retrieve metadata associated with a specific key." } ] } ], "bundled": true }