export_report_data
Export raw table data as structured JSON for external reporting. Filter by query and select fields to pull the exact records you need.
Instructions
Export raw table data as structured JSON for use in external reports
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records (default: 100, max: 1000) | |
| query | No | Encoded query filter | |
| table | Yes | Table to export from | |
| fields | No | Comma-separated fields to include |