---
title: "GET /v4/key-value-stores/{key}/entries"
method: GET
path: "/v4/key-value-stores/{key}/entries"
tags: ["Key Value Store"]
---

# GET /v4/key-value-stores/{key}/entries

`GET /v4/key-value-stores/{key}/entries`

List entries. Public for stores configured as publicly readable; otherwise requires authentication.

## Path parameters

- `key` string, required — Identifier of the key-value store.

## Query parameters

- `page` union
  - string, numeric
  - number
- `pageSize` union
  - string, numeric
  - number
- `value` string — Filter entries by exact value match

## Headers

- `page` union
  - string, numeric
  - number
- `pageSize` union
  - string, numeric
  - number
- `value` string — Filter entries by exact value match

## Response `200`

Response for status 200

- object
  - `entries` object[], required
    - `address` string, required
    - `value` string, required
    - `createdAt` string, required
    - `updatedAt` string, required
  - `total` number, required
  - `page` number, required
  - `pageSize` number, required

---

[API](https://skmtc.dev/merkl/apis/merkl-api.md) · [All operations](https://skmtc.dev/merkl/apis/merkl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/merkl/merkl-api/revisions/b7784c9a78b9/schema)
