---
title: "Get table info"
method: GET
path: "/tables/info/{dbId}/{tableId}"
tags: ["Table Management"]
---

# Get table info

`GET /tables/info/{dbId}/{tableId}`

Returns table definition

## Path parameters

- `dbId` string, string, required
- `tableId` string, string, required

## Response `200`

successful operation

- TableInfoResponse
  - `status` string
  - `result` object
    - `count` integer — Total number of rows in the table
    - `metadata` object
      - `_id` string — Table definition ID
      - `title` string — Table title
      - `description` string — Table description
      - `table_id` string — Table ID
      - `csv_file_path` string — Path to CSV file
      - `delimiter` string — CSV delimiter
      - `created_at` string, date-time
      - `updated_at` string, date-time
      - `db_id` string — Database ID
      - `csv_uploaded_at` string, date-time

## Changes

- **2025-12-01** `c9fac12336ea` — 2 info
  - api tag `Table Management` added
  - api tag `Tables` removed
- **2023-12-21** `1451f79c7f04` — 2 info
  - api tag `Tables` added
  - api tag `Table Management` removed

[Change history](https://skmtc.dev/ihsn/apis/data-tables/changes/tables/info/:dbId/:tableId/get.md)

---

[API](https://skmtc.dev/ihsn/apis/data-tables.md) · [All operations](https://skmtc.dev/ihsn/apis/data-tables/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ihsn/data-tables/revisions/6fb7730a430d/schema)
