---
title: "List a user's stored key/value entries"
method: POST
path: "/v1/kv.list"
tags: ["kv"]
---

# List a user's stored key/value entries

`POST /v1/kv.list`

## Request body

- KvListRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `namespace` string, nullable — Only return keys in this namespace; omit to return everything for the user

## Response `200`

OK

- KvListResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `entries` KvListEntry[], nullable, required — The stored key/value entries
    - `key` string, required
    - `namespace` string, required
    - `updatedAt` string, date-time, required
    - `value` string, required

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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