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