How to download artifacts

Hello …

How do I use the API to download artifacts from Bamboo?

I am trying to make a python script to download artifacts from bamboo. Even if i have succeeded to list the artifacts, I have not found a way to actually download the files?

Have someone succeeded in downloading artifact files??

If you’re able to list artifacts, then you should be able to download files via HTTP GET call:
${baseUrl}/browse/${buildResultKey}/artifact/shared/${pathToFile}