Run Report Export (async)
run_report_exportExport large reports asynchronously to CSV or JSON, polling until the result is ready.
Instructions
Start an asynchronous report export (CSV/JSON) and poll until the result is ready. Use for large reports. Returns the result rows, or a job URI if it is still running at timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Report parameters/filters | |
| reportId | Yes | Report Id from list_reports | |
| timeoutMs | No | Poll timeout in ms (default 120000) |