---
title: "List Tables"
method: GET
path: "/api/v1/datasets/{dataset_id}/tables"
tags: ["queries"]
---

# List Tables

`GET /api/v1/datasets/{dataset_id}/tables`

## Path parameters

- `dataset_id` string, uuid, required

## Response `200`

Successful Response

- QueriesListTablesResponse
  - `tables` QueriesTable[], required
    - `name` string, required
    - `table_schema` object, nullable, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-17** `23dbda5f105c` — 1 warning, 1 info
  - deleted the `header` request parameter `Authorization`
  - the endpoint scheme security `HTTPBearer` was added to the API
- **2026-09-12** `3683abf6922b` — 1 info
  - api operation id `list-tables-api-v-1-datasets-dataset-id-tables-get` removed and replaced with `queries_list_tables_api_v1_datasets__dataset_id__tables_get`

[Change history](https://skmtc.dev/coactive/apis/api-reference/changes/api/v1/datasets/:dataset_id/tables/get.md)

---

[API](https://skmtc.dev/coactive/apis/api-reference.md) · [All operations](https://skmtc.dev/coactive/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc.dev/coactive/apis/api-reference/revisions/23dbda5f105c?raw)
