Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
how to get pipeline run status from monitor screen using notebook in Fabric
Solved! Go to Solution.
Try programmatically access the pipeline run metadata using the Fabric REST APIs, specifically the Pipeline API.
https://app.fabric.microsoft.com/groups/<workspace_id>/pipelines/<pipeline_id>
)latest_run = runs.get('value', [])[0]
print(f"Latest Run Status: {latest_run['status']}")
โTry programmatically access the pipeline run metadata using the Fabric REST APIs, specifically the Pipeline API.
https://app.fabric.microsoft.com/groups/<workspace_id>/pipelines/<pipeline_id>
)latest_run = runs.get('value', [])[0]
print(f"Latest Run Status: {latest_run['status']}")
โHi @UdaySutar,
As we havenโt heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
Hi @UdaySutar,
As we havenโt heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
Hi @UdaySutar,
As we havenโt heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query