Skip to main content

get_tasks

Retrieve a list of pending tasks.

Parameters

NameDescriptionTypeDefault
limitMaximum number of tasks to retrieve. Defaults to None which is interpreted as 100. Will be capped at 10000.intNone
offsetNumber of tasks to skip. Defaults to 0.int0
whereDictionary of filters to apply. Defaults to None. List[Task]: List of pending tasks matching the criteria.dictNone

Return Value

List[abstra_internals.controllers.sdk_tasks.Task]