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

# List all tables

`GET /v1/tables`

Returns a list of all tables in the database, including document counts.

## Response `200`

List of tables

- ListTablesResponse
  - `tables` TableSummary[]
    - `id` string
    - `name` string
    - `document_count` integer
    - `total_nodes` integer
  - `total` integer — Total number of tables

## Other responses

- `401` — Unauthorized
- `500` — Failed to list tables

## Changes

- **2026-03-01** `308c06c063f5` — 1 info
  - added the non-success response with the status `401`
- **2026-01-30** `9404aa4fdc22` — 1 info
  - removed the non-success response with the status `401`

[Change history](https://skmtc.dev/brainfish-ai/apis/reasondb-api/changes/v1/tables/get.md)

---

[API](https://skmtc.dev/brainfish-ai/apis/reasondb-api.md) · [All operations](https://skmtc.dev/brainfish-ai/apis/reasondb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brainfish-ai/reasondb-api/revisions/f8665c1a5239/schema)
