Skip to main content

get_sent_tasks

Retrieve a list of tasks that have been sent.

Parameters

NameDescriptionTypeDefault
limitMaximum number of tasks to retrieve. Defaults to None which is interpreted as 100 if where is also None.intNone
offsetNumber of tasks to skip. Defaults to 0.int0
whereDictionary of filters to apply. Defaults to None. List[Task]: List of sent tasks matching the criteria.dictNone

Return Value

List[abstra_internals.controllers.sdk_tasks.Task]