Microsoft Power BI · Capability
Microsoft Power BI REST API — Reports
Microsoft Power BI REST API — Reports. 6 operations. Lead operation: Get Reports In Group. Self-contained Naftiko capability covering one Microsoft Power Bi business surface.
What You Can Do
GET
Getreportsingroup
— Get Reports In Group
/v1/groups/{groupid}/reports
GET
Getreports
— Get Reports
/v1/reports
GET
Getreport
— Get Report
/v1/reports/{reportid}
DELETE
Deletereport
— Delete Report
/v1/reports/{reportid}
POST
Clonereport
— Clone Report
/v1/reports/{reportid}/clone
POST
Exporttofile
— Export To File
/v1/reports/{reportid}/exportto
MCP Tools
get-reports-group
Get Reports In Group
read-only
idempotent
get-reports
Get Reports
read-only
idempotent
get-report
Get Report
read-only
idempotent
delete-report
Delete Report
idempotent
clone-report
Clone Report
export-file
Export To File