list_kv_namespaces
List Workers KV namespaces for a Cloudflare account, returning IDs and titles. Use pagination, sorting, and direction parameters to control the result set.
Instructions
List Workers KV namespaces in a Cloudflare account. Returns namespace details such as ID and title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number of paginated results (default: 1) | |
| order | No | Order results by field: id or title | |
| per_page | No | Number of namespaces per page (default: 20, max: 100) | |
| direction | No | Sort direction: asc or desc | |
| account_id | Yes | required,The ID of the Cloudflare account |