get_document
Retrieve metadata for an archived document by its Yuki document ID. Get file name, folder, date, amount, and status, and find IDs via list_documents or search_documents.
Instructions
Retrieve metadata for a single archived document by its Yuki document ID. Returns file name, folder, date, amount, and status. Use list_documents or search_documents to find document IDs. To download the file binary use download_document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | Yuki document ID (GUID or integer, from list_documents or search_documents). | |
| administrationId | No | Administration ID (GUID). Defaults to YUKI_DOMAIN_ID env var. |