You can use:task = Task.get_task(task_id='ID') task.artifacts['name'].get_local_copy()
ImmensePenguin78 we also have a new example for this!
https://github.com/allegroai/clearml/blob/master/examples/reporting/artifacts_retrieval.py
get_local_copy() would download the file to your cache and return it's path