list_kv_namespaces
List Workers KV namespaces in your Cloudflare account, with support for pagination and fetching all namespaces at once.
Instructions
List Workers KV namespaces in an account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Cloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted. | |
| page | No | ||
| per_page | No | ||
| fetch_all | No | When true, follow pagination and return all pages combined (ignores page/per_page). |