---
title: "List KV namespaces"
method: GET
path: "/storage/kvs"
tags: ["kv namespaces"]
---

# List KV namespaces

`GET /storage/kvs`

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

## Query parameters

- `page[number]` integer
- `page[size]` integer

## Response `200`

KV namespaces retrieved successfully

- KvNamespaceListResponseWrapper
  - `data` KvNamespace[]
    - `created_at` string, date-time
    - `id` string, uuid
    - `name` string
    - `record_type` string
    - `status` 'pending' | 'provision_ok' | 'provision_failed' | 'deleting' | 'delete_failed' — Provisioning status. A namespace is usable once `status` is `provision_ok`. Once deletion completes, the namespace no longer appears in the API.
    - `updated_at` string, date-time
  - `meta` EdgeComputePaginationMeta
    - `page_number` integer
    - `page_size` integer
    - `total_pages` integer
    - `total_results` integer

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-08-17** `1571b0380bd7` — 3 breaking, 1 info
  - the response property `errors/items/code` became optional for the status `401`
  - the response property `errors/items/title` became optional for the status `401`
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `401`
  - added the optional property `errors/items/meta/url` to the response with the `401` status
- **2026-08-04** `8f5f4e537994` — 1 breaking, 1 warning, 2 info
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `401`
  - removed the optional property `errors/items/meta/url` from the response with the `401` status
  - the response property `errors/items/code` became required for the status `401`
  - the response property `errors/items/title` became required for the status `401`
- **2026-07-23** `eb02d7e7280b` — 1 info
  - the endpoint scheme security `bearerAuth` was removed from the API

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/storage/kvs/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
