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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

Power BI REST API to get datasource information?

Hi Develpoers,

I looking for any REST API or any script that can give me Power BI Dataset's datasource related all information like how many tables used, table name, source type: SQL or Web, like whatever information I can fetch.

 

I tried 1 REST API:

Datasets - Get Datasources

https://api.powerbi.com/v1.0/myorg/admin/datasets/{dataset ID}/datasources

but this is giving me very high level information like-

 

"value": [
        {
            "datasourceType": "Web",
            "connectionDetails": {
                "url": "https://SourcePath.com"
            },
            "datasourceId": "xxxxxxxxxxxxxxxxxxxxxxxxx",
            "gatewayId": "xxxxxxxxxxxxxxxxxxxxxxxxx"
        }
 
I need more information of the with the dataset ID. Kindly suggest me if there's any way to fetch more information.
 
Thanks.
2 REPLIES 2
Mmahachi
Advocate I
Advocate I

I am also looking for more information about all the field name and definitions, I cannot find this basic information anywhere. For example what is the datasourceinstanceid??

Anonymous
Not applicable

Hi @Anonymous,

I'd like to suggest you take a look at power bi metadata scanning API if helps with your scenario:

Metadata scanning - Power BI | Microsoft Learn

Admin - WorkspaceInfo GetScanResult - REST API (Power BI Power BI REST APIs) | Microsoft Learn

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.