report_get_definition
Extracts a report's complete definition (PBIR or PBIR-Legacy), saves all report files to a target directory, and returns the written file list.
Instructions
Get the full definition of a report (PBIR or PBIR-Legacy format). Writes all definition files (report.json, pages, visuals, etc.) to the specified output directory and returns the list of files written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | The report ID | |
| workspaceId | Yes | The workspace ID | |
| outputDirectoryPath | Yes | Directory path where report definition files will be written |