Forum Discussion
evgenyg
8 months agoHelper I
Execute Queries via API using Fabric
Hi, saw this https://community.fabric.microsoft.com/t5/Fabric-platform/Execute-Queries-via-API-using-Fabric/m-p/4291855 Now more than a year has passed and this still hasn't been implemented?
Rufyda
8 months agoSuper User
You cannot directly execute queries via the Fabric API yet — that feature isn’t supported at this time. Instead, you can trigger a Pipeline run using the Fabric REST API as a workaround and put your query logic inside that pipeline. The REST API lets you automate and manage pipelines programmatically.
Here’s the official Microsoft documentation for Fabric REST APIs:
Microsoft Learn
Did it work? ✔ Give a Kudo • Mark as Solution – help others too!
Regards,
Rufyda Rahma | MIE
evgenyg
8 months agoHelper I
Hi Rafyda, thank you for your answer. But this is not suitable for me. I need to get data in python.