Yes, I think the API is probably the easiest:from clearml.backend_api.session.client import APIClient client = APIClient() project_list = client.projects.get_all() print(project_list)
Answered
What’S The Best Way To Get The List Of All Projects (While In A Notebook)? Hitting The Api?
What’s the best way to get the list of all projects (while in a notebook)? Hitting the API?
1K Views
2
Answers
3 years ago
one year ago
Tags