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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
alirng
Frequent Visitor

Fabric REST API for Delta Tables

Hi,

 

We're building an internal webapp using nodejs and it requires reading data from delta tables within our microsoft Fabric lakehouses. Is there a GET request built for this task? 

The post request for Load Table does not seem to be working for delta tables via the documentation. 

1 ACCEPTED SOLUTION
v-veshwara-msft
Community Support
Community Support

Hi @alirng ,

Thanks for reaching out to the Microsoft Fabric Community.

At this time, there is no built-in REST API available to directly query or retrieve data from Delta tables stored in a Fabric Lakehouse. The existing Fabric REST APIs do not support reading Delta table contents using a GET request.

 

However, Microsoft Fabric provides GraphQL endpoint that supports querying data from Lakehouses and Warehouses through the SQL analytics layer. You can refer to the documentation here:
Microsoft Fabric API for GraphQL overview - Microsoft Fabric | Microsoft Learn

 

Alternatively, if your application strictly requires REST access, one possible approach is to build a custom API using Azure Functions. This involves reading the Parquet files behind the Delta tables stored in OneLake and exposing them via your own REST endpoints.

Here's this approach in more detail here: Microsoft Fabric Lakehouse Data via REST API

 

Hope this helps. Please reach out for further assistance.

Thank you.

View solution in original post

4 REPLIES 4
v-veshwara-msft
Community Support
Community Support

Hi @alirng ,

Just checking in to see if you query is resolved and if any responses were helpful.
Otherwise, feel free to reach out for further assistance.

Thank you.

v-veshwara-msft
Community Support
Community Support

Hi @alirng ,
We wanted to kindly follow up regarding your query. If you need any further assistance, please reach out.
Thank you.

v-veshwara-msft
Community Support
Community Support

Hi @alirng ,

Thanks for reaching out to the Microsoft Fabric Community.

At this time, there is no built-in REST API available to directly query or retrieve data from Delta tables stored in a Fabric Lakehouse. The existing Fabric REST APIs do not support reading Delta table contents using a GET request.

 

However, Microsoft Fabric provides GraphQL endpoint that supports querying data from Lakehouses and Warehouses through the SQL analytics layer. You can refer to the documentation here:
Microsoft Fabric API for GraphQL overview - Microsoft Fabric | Microsoft Learn

 

Alternatively, if your application strictly requires REST access, one possible approach is to build a custom API using Azure Functions. This involves reading the Parquet files behind the Delta tables stored in OneLake and exposing them via your own REST endpoints.

Here's this approach in more detail here: Microsoft Fabric Lakehouse Data via REST API

 

Hope this helps. Please reach out for further assistance.

Thank you.

Hi @alirng ,
Just wanted to check if the response provided was helpful. If further assistance is needed, please reach out.
Thank you.

Helpful resources

Announcements
September Fabric Update Carousel

Fabric Monthly Update - September 2025

Check out the September 2025 Fabric update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors