Is there a way to only get the builds that are waiting in queue for an available agent in a specific pool from the Azure DevOps rest API?
I currently have this endpoint that provides me with all the job requests that occurred in the pool:
https://dev.azure.com/{organization}/_apis/distributedtask/pools/{poolid}/jobrequests
I looked through the API documentation and am unable to find anything regarding agent pools.