---
title: "Get table data"
method: GET
path: "/tables/data/{dbId}/{tableId}"
tags: ["Data Operations"]
---

# Get table data

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

Get table data

## Path parameters

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

## Query parameters

- `limit` integer
- `offset` integer
- `c[field_name]` string
- `fields` string
- `format` string
- `debug` boolean

## Response `200`

successful operation

## Changes

- **2025-12-01** `c9fac12336ea` — 4 warning, 6 info
  - deleted the `path` request parameter `limit`
  - deleted the `path` request parameter `offset`
  - deleted the `query` request parameter `<name of feature>`
  - deleted the `query` request parameter `indicator`
  - …6 more
- **2023-12-21** `1451f79c7f04` — 2 breaking, 4 warning, 4 info
  - added the new path request parameter `limit`
  - added the new path request parameter `offset`
  - deleted the `query` request parameter `c[field_name]`
  - deleted the `query` request parameter `debug`
  - …6 more

[Change history](https://skmtc.dev/ihsn/apis/data-tables/changes/tables/data/: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/c9fac12336ea/schema)
