Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
manoj883
Regular Visitor

API Metadata Scanner

Hi,

I have been trying to get tables metadata of the reports using "Get-PowerBITable" or "GetScanStatus", I believe "Get-PowerBITable" can only be used on Push Datasets, correct me if am wrong.
am trying different codes from Powershell one is this one "Invoke-PowerBIRestMethod -Url "https://api.powerbi.com/v1.0/myorg/admin/workspaces/scanStatus/
7395a52c-a64b-4daf-8518-9ad5ffb5de77" -Headers $auth_header -Method GET", and the other you can it below.
Hope someone could help me.
I have admin rights.

Api.PNG

 

2 REPLIES 2
Hariharan_R
Solution Sage
Solution Sage

Hi Manoj,

 Get-PowerBITable is applicable for push datasets.

 

Scanner API is collection of 4 REST APIs. you need to call them in right order to get the expected result. You need call below order.

 

Ref - https://debbiesmspowerbiazureblog.home.blog/category/power-bi-admin-scanner-api/

 

Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


My Blog :: YouTube Channel :: My Linkedin


Hi Hariharan,

Thanks for the responce, the ref link you mentioned its mostly related to the Azure based app registration and service principle account, but here am trying to execute the scanner API from powershell.
i tried to execute the scanner APIs on powershell.
Api.PNG

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.