Get pipeline step artifact through API directly

Hi, hoping someone can help.

Is it possible to fetch a pipeline step artifact directly through the API? I can look at the steps with:
https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/#api-repositories-workspace-repo-slug-pipelines-pipeline-uuid-steps-step-uuid-get

I cant find any link data to download the artifact. Wondered if it is perhaps available elsewhere?

Would rather fetch it directly than send the artifact to downloads page or some other third party storage during the pipeline run if it is available through the API somehow?

Thanks in advance!

2 Likes