Azure DevOps job level details using API or predefined variables

Copper Contributor

we have usecase to capture job level details for specific build in the yaml pipeline like assign time, queue time etc .so i have got below API from one of the site .

https://dev.azure.com/{organization}/_apis/distributedtask/pools/{poolid}/jobrequests?

 

can any one share us how we can add filter to the above API based on buildid, jobid or is there any other we can get requestid so that we can use it to filter.

 

 

 

0 Replies