list_kv_keys
List keys in a Cloudflare KV namespace by supplying account and namespace IDs. Filter by prefix or set a limit to inspect specific subsets of stored data.
Instructions
List keys in a KV namespace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum keys to return | |
| prefix | No | Filter keys by prefix | |
| account_id | Yes | The account ID | |
| namespace_id | Yes | The KV namespace ID |