From e0510854620d6020a71ea479b86499d1e5de0b9a Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Thu, 12 May 2022 23:44:54 +0300 Subject: [PATCH] Fix doctring --- clearml/task.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clearml/task.py b/clearml/task.py index c76429ed..70f41ad4 100644 --- a/clearml/task.py +++ b/clearml/task.py @@ -922,6 +922,10 @@ class Task(_Task): project name (including partial match), task name (including partial match), tags Apply Additional advanced filtering with `task_filter` + .. note:: + This function returns the most recent 500 tasks. If you wish to retrieve older tasks + use ``Task.query_tasks()`` + :param list(str) task_ids: The Ids (system UUID) of experiments to get. If ``task_ids`` specified, then ``project_name`` and ``task_name`` are ignored. :param str project_name: The project name of the Tasks to get. To get the experiment