Exporting a report
action1_get_export_for_reportExport report data in CSV or HTML format, applying filters, pagination, and sorting to retrieve specific records.
Instructions
Exporting a report. Exports data from the report. Use parameters to filter out exported… Perm: view_reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Provide the number of the first record to be returned. | |
| limit | No | Set the maximum number of items to be returned (the page size). | |
| filter | No | Provide a case-insensitive substring to filter and narrow down returned results (i.e., if... | |
| format | No | Specify the report format. | |
| org_id | No | Org UUID. | |
| sortby | No | Define the sorting order by a certain field. | |
| verbose | No | Skip per-item compactor. | |
| live_only | No | Specify if you want to retrieve live results only. | |
| report_id | Yes | Provide a specific report ID. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||