---
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

---

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