Run a report and return its data or CSV export
action1_report_exportResolve a report by name or UUID and export its data as JSON rows or a CSV blob for integration or analysis.
Instructions
Resolve a report by name or UUID, then return JSON rows or a CSV export blob.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows when format='json'. | |
| format | No | 'json' rows or 'csv' blob. | json |
| org_id | No | Org UUID. | |
| report | Yes | Report id or name fragment. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||