---
title: "List all tables"
method: GET
path: "/tables"
tags: ["Table Management"]
---

# List all tables

`GET /tables`

Returns a paginated list of all tables. Only returns tables that have both db_id and table_id fields.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

successful operation

- object
  - `status` string
  - `tables` object — Object with table_id as keys
  - `total` integer — Total number of tables (before pagination)
  - `limit` integer — Limit used
  - `offset` integer — Offset used
  - `count` integer — Number of tables in current page

---

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