export_report_data
Export raw ServiceNow table data into structured JSON, applying filters and field selection for external reporting.
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 |