Run Report (sync)
run_reportRun a report synchronously and retrieve its data rows. Use get_report_metadata to find required parameters like dates and program IDs.
Instructions
Run a report synchronously and return its rows. Params vary by report (commonly StartDate, EndDate, ProgramId/SUBAID) — use get_report_metadata to discover them. Dates are YYYY-MM-DD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Report parameters/filters as string key-value pairs | |
| reportId | Yes | Report Id from list_reports |