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 September 15. Request your voucher.

Reply
fabriclearner12
New Member

is there a way to find the status of the pipeline programmatically in fabric

i would like to know if three is an way to find out the status of the pipeline in microsoft fabric . Can some one create a generic sciprt which can be used to get the status .

 

i know we have some documentation of adf but would like to know if there is a way to find out status of pipeline programatically in fabric.

 

https://learn.microsoft.com/en-us/azure/data-factory/monitor-programmatically

 

@Anonymous
@koichino0121
@fabchinmay
@v-cboorla-msft
@mpoeckl
@yllsuarez76
@ajarora

1 ACCEPTED SOLUTION
FabianSchut
Super User
Super User

3 REPLIES 3
gpalsson
Frequent Visitor

Look....

 

The need here is not to check single pipelines or create an alert when a single activity fails. What we need is a way to see if ANYTHING fails, and without us having to implement tedious error handling boxes for every activity for every pipeline, in case something goes wrong.

This works great in ADF. Why can't there be similar functionality in Fabric?

Even being able to query all activity runs for errors via the API would be an improvement. That way we could create an error workflow that covers all pipelines.

Houston-ho
Advocate I
Advocate I

Your link already provided 4 versions of code to check the status in generic way, https://learn.microsoft.com/en-us/azure/data-factory/monitor-programmatically

 

May i know where you would like to check the status of pipeline? outside Azure?

If that is inside Fabric, @FabianSchut  already shared the link, https://learn.microsoft.com/en-us/fabric/data-factory/pipeline-rest-api#query-activity-runs using REST API.

FabianSchut
Super User
Super User

Helpful resources

Announcements
August Fabric Update Carousel

Fabric Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors