Reports are saved analytics queries with visualization config. Define the data source, metrics, grouping, filters, and chart type — then execute on demand or display in dashboards.Documentation Index
Fetch the complete documentation index at: https://docs.supersonic.cv/llms.txt
Use this file to discover all available pages before exploring further.
Tools
| Tool | Description | Key Params |
|---|---|---|
reports.list | List all saved reports | — |
reports.get | Get a report’s configuration | report_id |
reports.create | Create a new report | name, config |
reports.update | Update a report’s config | report_id, name, config |
reports.delete | Delete a report | report_id |
reports.execute | Run a report and return data | report_id, time_range (optional override) |
Config Structure
| Field | Description |
|---|---|
object_type_slug | Which object type to query |
list_id | Optional — scope to a specific pipeline/list |
metric | count, sum, avg, min, max |
metric_field | Field to aggregate (required for sum/avg/min/max) |
group_by | Field to group results by |
chart_type | bar, line, pie, number, table |
filters | Array of filter objects |
time_range | Default time range |