---
title: "Get studies attached to a table"
method: GET
path: "/tables/{dbId}/{tableId}/studies"
tags: ["Study Integration"]
---

# Get studies attached to a table

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

Returns a list of all studies that are linked to the specified table.

## Path parameters

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

## Response `200`

successful operation

- object
  - `status` string
  - `studies` object[] — Array of studies attached to the table
    - `id` integer — Internal record ID
    - `sid` integer — Study ID
    - `idno` string — Study IDNO (unique identifier)
    - `title` string — Study title
    - `nation` string — Country/nation
    - `year_start` string — Start year
    - `db_id` string — Database ID
    - `table_id` string — Table ID
  - `total` integer — Total number of studies attached

## Other responses

- `400` — Bad request

## Changes

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

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