Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I want get report list and its report url from APP. Then add a button in our site, so user can click button can link to report.
But this https://learn.microsoft.com/en-us/rest/api/power-bi/apps/get-reports API not support Service principal authentication
So I try to use this API: https://learn.microsoft.com/en-us/rest/api/power-bi/reports/get-reports-in-group
But it return report url links to workspace which user don't have permission...
I want use script to fetch reports info, don't want add my personal account into code.
Is there nay method to fetch report list in APP?
Hi @benson ,
Please review the following links and check if they are what you want.
PowerShell REST APIs - getting list of all reports in the tenant
PowerShell REST APIs - getting list of all Power BI reports in the tenant
Best Regards