---
title: "Get a KV namespace"
method: GET
path: "/storage/kvs/{id}"
tags: ["kv namespaces"]
---

# Get a KV namespace

`GET /storage/kvs/{id}`

Retrieves a KV namespace by its ID, including its provisioning status.

## Path parameters

- `id` string, uuid, required

## Response `200`

KV namespace retrieved successfully

- KvNamespaceResponseWrapper
  - `data` KvNamespace
    - `record_type` string
    - `id` string, uuid
    - `name` 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.
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `400` — Bad request — `id` is not a valid UUID
- `401` — Unauthorized
- `404` — KV namespace not found
- `500` — Internal server error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
