document_list
List ingested source documents in a collection to identify existing content before adding more, or find a doc_id for deletion or retrieval.
Instructions
Lists ingested source documents in a collection, one entry per original file/text/URL (not per chunk). Use this to see what's already in a collection before ingesting more, or to find a doc_id to pass to document_delete or get_document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documents | Yes | ||
| collection | Yes |