Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cometly.com/llms.txt

Use this file to discover all available pages before exploring further.

Parameters

ParameterTypeRequiredDescription
dashboard_idintegerYes
formatstringNojson (default), csv, or yaml.

Output

{
  "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"] }
  ]
}
For full report config, follow up with get_report_definition. To execute a report, use run_saved_report.