I'm using Azure Devops REST API.
I have an YAML pipeline (CD) that consumes an Artifact generated in a different pipeline (CI).
When I Fetch the artifacts Build->Artifact/List I receive an empty list, but using the website I have 2 artifacts consumed.
Is there a way to retrieve via API the Build-Id that generated the artifact that has been consumed by the CD pipeline?
Already checked all the AZ Devops REST API documentation but couldn't find anything that could help.