Forum Discussion
Matthew_G
2 years agoAdvocate I
Get Pipeline Run Status
Hi everyone, I have a pipeline that imports data from on prem sources using the copy data activity. I log the source as running in order to prevent it from being picked up again in the next run ...
Anonymous
2 years agoNot applicable
Hi Matthew_G ,
You can use below rest api to get query activity runs record.
POST https://api.fabric.microsoft.com/v1/workspaces/<your WS Id>/datapipelines/pipelineruns/<job id>/queryactivityruns
For more details, you can refer to below document:
Fabric data pipeline public REST API (Preview) - Microsoft Fabric | Microsoft Learn
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
Hi!
while I was trying this rest api , I am getting response 200 but it is returning empty list as output any idea why am I getting this!?