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
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
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 Solution Authors