---
title: "Search a KV Table"
method: POST
path: "/kvservice.fetch/{tableName}"
tags: ["Key-Value Store"]
---

# Search a KV Table

`POST /kvservice.fetch/{tableName}`

Returns records that match the search criteria.

## Request body

- object
  - `data` object
    - `sku` string

## Response `200`

OK

- object[]
  - `payload` string
  - `record` integer
  - `sku` string
  - `customer` string

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
