Parameters
Output
get_report_definition. To execute a report, use run_saved_report.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Layout and contained reports for one dashboard.
| Parameter | Type | Required | Description |
|---|---|---|---|
dashboard_id | integer | Yes | |
format | string | No | json (default), csv, or yaml. |
{
"id": 12,
"name": "Weekly Performance",
"layout": { "grid": [...] },
"master_filters": [...],
"reports": [
{ "id": 42, "name": "ROAS by Source", "report_type": "table", "metrics": ["roas"], "sources": ["facebook_ads", "google_ads"], "attribution_model": "last_touch", "group_by": ["sources"] }
]
}
get_report_definition. To execute a report, use run_saved_report.