a bit fidely to figure out but I think it works. can't seem to be checking for artifact names AgitatedDove14 correct me here please but other filters work fine.
Hi JealousParrot68
You mean by artifact names ?
correct, you can pass it as keys on the "task_filter" argument, e.g:Task.get_tasks(..., task_filter={'status': ['failed']})
Is that API endpoint the same return than get_tasks is?
If you're trying to get the tasks where such an artifact exists, this is not currently supported. We're working on it as part of an advanced feature 🙂
yes that was what I was looking for 🙂 ok no worries I have some ideas on a workaround for now 🙂
JealousParrot68 what are you trying to send exactly?
Or rather, what are you trying to query? 🙂
ok so that way I'll run my own requests against the API endpoint
Let me check the API reference
https://clear.ml/docs/latest/docs/references/api/endpoints#post-tasksget_all
So not straight query, but maybe:
https://clear.ml/docs/latest/docs/references/api/endpoints#post-tasksget_all_exall
section might do the trick.
SuccessfulKoala55 any chance you have an idea on what to pass there ?