---
title: "Get a Table Info"
method: GET
path: "/kvservice.describetable/{tableName}"
tags: ["Key-Value Store"]
---

# Get a Table Info

`GET /kvservice.describetable/{tableName}`

Retrieves primary keys, column names, column types, and indexes of the specified table.

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` object[]
      - `primary_keys` string[]
      - `indexes` object[]
      - `columns` string[]
    - `status` integer

---

[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)
