Answered
Hi, What Is The Correct Way To Get All The Failed And Aborted Experiments?
Hi, what is the correct way to get all the failed and aborted experiments?
client = APIClient() tasks = client.tasks.get_all( system_tags=["failed", "aborted"], only_fields=["id"], order_by=["-last_update"], page_size=page_size, page=page, status_changed=["<{}".format(datetime.utcfromtimestamp(timestamp))], )
Are "failed" and "aborted" valid system tags? I do not get any tasks by this query, while I expect some
972 Views
2
Answers
3 years ago
one year ago
Tags
Similar posts