get_report
Retrieve a specific report from Microsoft Fabric by providing its report ID and optional workspace name. Returns the report details or an error if not found.
Instructions
Get a specific report by ID.
Args:
workspace: Name or ID of the workspace (optional)
report_id: ID of the report (optional)
ctx: Context object containing client information
Returns:
A string containing the report details or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | No | ||
| workspace | No |