Get Document Report Data
report_document_getRetrieve a formatted document or invoice with tasks, expenses, and financial calculations, ready for display.
Instructions
Use this when the user wants to retrieve formatted document/invoice data including tasks, expenses, and financial calculations. Returns JSON data ready for display.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | The unique identifier of the document/invoice to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentTitle | No | Document title | |
| invoiceNumber | No | Invoice number | |
| totalAmount | No | Formatted total amount | |
| tasks | No | List of task items |