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 ?
yes that was what I was looking for 🙂 ok no worries I have some ideas on a workaround for now 🙂
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 🙂
Hi JealousParrot68
You mean by artifact names ?
Or rather, what are you trying to query? 🙂
correct, you can pass it as keys on the "task_filter" argument, e.g:Task.get_tasks(..., task_filter={'status': ['failed']})
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.
ok so that way I'll run my own requests against the API endpoint
Is that API endpoint the same return than get_tasks is?
JealousParrot68 what are you trying to send exactly?