# Search a KV Table Returns records that match the search criteria. Endpoint: POST /kvservice.fetch/{tableName} Security: basic, X-PriceFx-jwt ## Path parameters: - `tableName` (string, required) A name of the table you want to search the pattern for. ## Request fields (application/json): - `data` (object) - `data.sku` (string) ## Response 200 fields (application/json): - `payload` (string) - `record` (integer) - `sku` (string) - `customer` (string)