List KV namespaces
Lists the KV namespaces for the authenticated user's organization. Results use page-based pagination (page[number]/page[size]).
Query parameters
The page number to load.
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
}
}Changes
Changed in 3 of the 61 revisions of this API.414
- ▲
the response property
errors/items/codebecame optional for the status401response-property-became-optional
- ▲
the response property
errors/items/titlebecame optional for the status401response-property-became-optional
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status401response-property-type-changed
- ○
added the optional property
errors/items/meta/urlto the response with the401statusresponse-optional-property-added
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status401response-property-type-changed
- ●
removed the optional property
errors/items/meta/urlfrom the response with the401statusresponse-optional-property-removed
- ○
the response property
errors/items/codebecame required for the status401response-property-became-required
- ○
the response property
errors/items/titlebecame required for the status401response-property-became-required
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the endpoint scheme security
bearerAuthwas removed from the APIapi-security-removed
- ○