Hi @<1585078763312386048:profile|ArrogantButterfly10> , you can fetch a task using it's id. Then with the task object in hand you can find the model in the artifacts section. For ease of use I suggest playing with dir(task)
in python
Also it is returning empty list if I am using tagsmodel = Model.query_models(project_name = global_config.PROJECT_NAME, model_name="model training", tags = ['$all','best'])