reed_list_documents
List all documents in the local RAG index with status, version, and metadata, using pagination to identify which are ready for search.
Instructions
List what the reed index knows about: one row per document.
Returns documents (each with id, logical_id, name, version,
filename, status, chunks, pages, size_bytes, created_at,
error) plus total/limit/offset for paging. Only documents with
status ready are searchable; a document still queued, parsing,
embedding or indexing will not appear in search results yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (reed caps at 500). | |
| offset | No | Rows to skip, for paging. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||