anythingllm_get_document
Fetch metadata and details of a document in AnythingLLM by providing its internal doc_name.
Instructions
Get metadata and details for a specific document by its stored name.
The doc_name is the internal document identifier returned by list_documents (e.g. 'custom-documents/myfile.pdf-abc123.json').
Args: doc_name: Document name/path as returned by the documents API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |