{ "opencollection": "1.0.0", "info": { "name": "Cloudflare R2 Cloudflare Buckets R2 Catalog Management API", "version": "4.0.0" }, "items": [ { "info": { "name": "R2 Catalog Management", "type": "folder" }, "items": [ { "info": { "name": "List R2 catalogs", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/r2-catalog", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Identifies the account." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of R2 buckets that have been enabled as Apache Iceberg catalogs\nfor the specified account. Each catalog represents an R2 bucket configured\nto store Iceberg metadata and data files.\n" }, { "info": { "name": "Get R2 catalog details", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/r2-catalog/:bucket_name", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Identifies the account." }, { "name": "bucket_name", "value": "", "type": "path", "description": "Specifies the R2 bucket name." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve detailed information about a specific R2 catalog by bucket name.\nReturns catalog status, maintenance configuration, and credential status.\n" }, { "info": { "name": "Disable R2 catalog", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/r2-catalog/:bucket_name/disable", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Identifies the account." }, { "name": "bucket_name", "value": "", "type": "path", "description": "Specifies the R2 bucket name to disable as catalog." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Disable an R2 bucket as a catalog. This operation deactivates the catalog\nbut preserves existing metadata and data files. The catalog can be\nre-enabled later.\n" }, { "info": { "name": "Enable R2 bucket as a catalog", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/r2-catalog/:bucket_name/enable", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Identifies the account." }, { "name": "bucket_name", "value": "", "type": "path", "description": "Specifies the R2 bucket name to enable as catalog." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Enable an R2 bucket as an Apache Iceberg catalog. This operation creates\nthe necessary catalog infrastructure and activates the bucket for storing\nIceberg metadata and data files.\n" } ] } ], "bundled": true }