You can do it in one API call as follows:
https://clear.ml/docs/latest/docs/references/api/tasks#post-tasksget_all
This is how to start and use an authenticated session
https://clear.ml/docs/latest/docs/faq#:~:text=system_site_packages%20to%20true.-,ClearML%20API,-%23
CostlyOstrich36 Thanks, I tried that, but I get"authenticated": False
when using POST/login.supported_modes
and this leads to a "Unauthorized (missing credentials)"
response when using POST/login.tasks.get_all
Any clues how to authenticate myself?
I would like to get all tasks where the project name contains "inference/".
The way I did it is to first filter "get_projects()" then get the task.
For sure there is a way to do this in one get_tasks call?
Thanks 🙂
Hi SuperficialDolphin93 ,
Do you mean breaking this call to multiple parts? What is the use case?