export_report_data
Export raw table data as structured JSON for external reports. Filter, select fields, and set limits for precise data extraction.
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 |