Artifact download link

Hello everyone,

In wandb.ai for every created project, there is an Artifacts page. There we have a toolbar with the options: “Overview”, “Metadata”, “Usage”, “Files” and “Lineage”. In the Files section, there are downloadable links for every file that make part of a given artifact.
Is it possible to get through wandb package this downloadable Artifact URL link?

Hi @wnk, thanks for your question! This is absolutely possible by using our Public API, check here the method to get this link.

Hi @luis_bergua1, thanks for your reply.
Instead of using a method like “path.download()” (as it’s described in the link), I would like to have access to the S3 path where the artifact (or file from the artifact) is stored. With this link, I could share it and download the file directly.
Do you know if such is feasible?

Hi @wnk, sorry for the delay here! You should be able to get the link with artifact.get_path(file).ref. Could you please check if this works for you?

Hi Wilson,

We wanted to follow up with you regarding your support request as we have not heard back from you. Please let us know if we can be of further assistance or if your issue has been resolved.

Best,
Luis

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.