export_report_data
Export raw table data as structured JSON for external reports. Filter records, select fields, and set a record limit.
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 |