---
title: "List KVStore keys"
method: GET
path: "/keys/"
tags: ["KVStore", "public"]
---

# List KVStore keys

`GET /keys/`

List all keys for the specified store.  If a World ID header is supplied, the
Project ID header _must_ also be supplied. Keys can be read from either the
client or server store by both the user and the Unreal server.

## Query parameters

- `store` union, required
  - 'kvstoreClient'
  - 'kvstoreServer'

## Headers

- `x-m2-organization-id` string, required
- `x-m2-project-id` string
- `x-m2-world-id` string

## Response `200`

The response for a KV Store list keys request.

- object — The response for a KV Store list keys request.
  - `keys` string[], required

## Other responses

- `4XX` — The error object returned by the API when an error occurs

---

[API](https://skmtc.net/otherside/apis/key-value-store.md) · [All operations](https://skmtc.net/otherside/apis/key-value-store/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/key-value-store/revisions/fc05ba366987/schema)
