# Get a Table Info Retrieves primary keys, column names, column types, and indexes of the specified table. Endpoint: GET /kvservice.describetable/{tableName} Security: basic, X-PriceFx-jwt ## Path parameters: - `tableName` (string, required) A name of the table you want to retrieve information about. ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (array) - `response.data.primary_keys` (array) - `response.data.indexes` (array) - `response.data.columns` (array) - `response.status` (integer)