get https://api.kayzen.io/v1/reports//report_results
Returns results of a specific report.
You should pass the report_id in the sample request to fetch the results for specific report. To know your report_id, please refer to List Reports (id in show reports is synonym for report_id).
You may provide the start/end date, filters, or metrics. If no parameters are provided, the original report configuration will be used.
To get totals of metrics and pagination data, use the Report Totals API.
💡 Tip: For bulk data extraction or long-running report jobs, we recommend using the Report Results CSV API.