get_report_results
Retrieve the results of a saved report using its ID or a partial name.
Instructions
Use this when the user wants to retrieve the data results of a specific saved report. Accepts either the report ID or a partial name (case-insensitive). Do NOT use this for listing all reports (use list_reports) or running ad-hoc queries (use run_query).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the report to retrieve results for. | |
| name | No | Partial report name match (case-insensitive). Used to find the report when ID is unknown. |