Request Report Export
request_report_exportQueue generation of the requested spreadsheet, PDF, or JSON accounting report—such as profit and loss, trial balance, balance sheet, journal, or transaction export—for a reporting period; track the returned requestId with get_report_request_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | Export format | |
| toDate | Yes | Report period end ISO timestamp | |
| fromDate | Yes | Report period start ISO timestamp | |
| reportType | Yes | Report type | |
| totalsOnly | No | Return summary only when true | |
| portfolioRef | Yes | Portfolio exact name or slug | |
| workspaceRef | Yes | Workspace exact name or slug |