---
title: "Get a KV entry by explicit namespace + key"
method: GET
path: "/api/kv/_/{namespace}/{key}"
tags: ["KV"]
---

# Get a KV entry by explicit namespace + key

`GET /api/kv/_/{namespace}/{key}`

## Path parameters

- `namespace` string, required
- `key` string, required

## Response `200`

KV entry

## Other responses

- `400` — Validation error or unresolvable namespace
- `404` — KV entry not found or expired

---

[API](https://skmtc.dev/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/revisions/4f62e32be8ec?raw)
