---
title: "List tables by study"
method: GET
path: "/tables/list_by_study/{sid}"
tags: ["Study Integration"]
---

# List tables by study

`GET /tables/list_by_study/{sid}`

Get a list of tables attached to a study

## Path parameters

- `sid` integer, required

## Response `200`

successful operation

- object
  - `status` string
  - `result` object[] — Array of tables attached to the study
    - `id` integer — Internal record ID
    - `sid` integer — Study ID
    - `db_id` string — Database ID
    - `table_id` string — Table ID
    - `title` string — Dataset title

## Changes

- **2025-12-01** `c9fac12336ea` — 1 info
  - endpoint added
- **2023-12-21** `1451f79c7f04` — 1 breaking
  - api removed without deprecation

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