host.docs.get
Read a document by id or name -- version defaults to the current one; text: true also returns the extracted plain text this document's mime produced at put time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Document id to read; use name instead if you don't have it. | |
| name | No | Document name to read; use id instead if you have it. | |
| text | No | Also return the extracted plain text; default false. | |
| version | No | Version to read; defaults to the document's current version. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |