export_report_data
Export ServiceNow table data as structured JSON for external reporting. Filter records, select specific fields, and set limits to create custom datasets.
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) |