I have a YAML release pipeline which triggers from a build pipeline. I want to get the details about the consumed artifacts via REST API. E.g., Consumed artifacts of all types such as repositories, builds, etc as shown below:
I tried the Runs – Get REST API: https://learn.microsoft.com/en-us/rest/api/azure/devops/pipelines/runs/get?view=azure-devops-server-rest-7.0
But it seem to return the consumed artifacts of only repository type.