Skip to main content
Returns the report’s raw row from custom_reports — useful for explaining what a saved report measures without executing it.

Parameters

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

Output

Full JSON object containing every column of the report row, including date_range, attribution_model, attribution_window, metrics, sources, filters, options, group_by, etc. For execution, use run_saved_report. For the AI-summarized narrative, use analyze_report.