---
title: "Get documents in a table"
method: GET
path: "/v1/tables/{id}/documents"
tags: ["tables"]
---

# Get documents in a table

`GET /v1/tables/{id}/documents`

Returns all documents assigned to a specific table.

## Path parameters

- `id` string, required

## Response `200`

Documents in table

- TableDocumentsResponse
  - `table_id` string
  - `documents` TableDocumentSummary[]
    - `id` string
    - `title` string
    - `total_nodes` integer
    - `tags` string[]
    - `metadata` object — Custom metadata (author, etc.)
    - `created_at` string, date-time
  - `total` integer

## Other responses

- `404` — Table not found
- `500` — Failed to get documents

---

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