Forum Discussion
How to read fabric data via Rest API or URI
First, read this - OneLake API Parity - Microsoft Fabric | Microsoft Learn
Both blob and DFS rest api will work.
A general template is (e.g., folder read):
GET https://onelake.dfs.fabric.microsoft.com/{workspace-guid}/{lakehouse-guid}?recursive=True&resource=filesystem
Resource urls =
Base AD URL = https://storage.azure.com/
- sudhav2 years agoHelper V
Hi Thankyou for response.
where should i run the above code..?
my requirement is if i have reporting tools like tableau/qlik/zoho, is it possible to connect to fabric using the above URL from those repoting tools?
please let me know
TIA
- AndreyBear2 years agoAdvocate II
Anything that can send an API request with headers will work. And I mean anything. Edge dev tools, Chrome dev mode, Postman, Powerautomate/Logic Apps/Azure Functions, PowerShell, Excel, curl, py, R, js, etc etc. Probably even Netscape Navigator. You'll just need to generate a valid authorization token to pass along with the call.
Can tableau/qlik/zoho ETL from an HTTP call?