Report
Report attributes defining how a report query is formatted and parameterized
Report name for identification
50ID of the report query to execute
Output type: single (table), bar (bar chart), pie (pie chart)
single, bar, pie Description of what the report shows
500Array of field definitions controlling report output columns. Each field maps a GraphQL response field to a named CSV/report column.
Dot-notation path to extract data from GraphQL response. Must start with 'data.' (e.g., 'data.tasks.aggregation', 'data.stocks.all.edges'). Common patterns: 'data.{resource}.aggregation' for grouped results, 'data.{resource}.all.edges' for paginated lists
Variable values passed to the report query parameters. Supports Chronic-style date values.

