v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
kv namespaces

List KV namespaces

Lists the KV namespaces for the authenticated user's organization. Results use page-based pagination (page[number]/page[size]).

get/storage/kvs

Query parameters

page[number]integer

The page number to load.

page[size]integer

The size of the page. Values above 250 are treated as 250.

Response

KV namespaces retrieved successfully

Example response

{
  "data": [
    {
      "created_at": "2026-06-18T14:48:17Z",
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "name": "my-cache",
      "record_type": "storage_kv",
      "status": "provision_ok",
      "updated_at": "2026-06-18T14:48:17Z"
    }
  ],
  "meta": {
    "page_number": 1,
    "page_size": 20,
    "total_pages": 3,
    "total_results": 52
  }
}