---
title: "List KV entries in an explicit namespace"
method: GET
path: "/api/kv/_/{namespace}"
tags: ["KV"]
---

# List KV entries in an explicit namespace

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

## Path parameters

- `namespace` string, required

## Query parameters

- `prefix` string
- `limit` integer
- `offset` integer, nullable

## Response `200`

KV entries in the resolved namespace

## Other responses

- `400` — Validation error or unresolvable namespace

---

[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)
