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

# List all documents

`GET /v1/documents`

Returns a summary of all ingested documents in the database.

## Response `200`

List of documents

- DocumentSummary[]
  - `id` string
  - `title` string
  - `total_nodes` integer
  - `max_depth` integer
  - `source_path` string
  - `mime_type` string
  - `file_size` integer
  - `table_id` string
  - `tags` string[]
  - `metadata` object
  - `created_at` string, date-time

## Other responses

- `401` — Unauthorized
- `500` — Storage error

---

[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/versions/f8665c1a5239/schema)
