Skip to main content

iter_tasks

Iterate through all pending tasks, handling pagination automatically. This function yields tasks preloads in batches of 10. It continues to fetch and yield tasks until there are no more tasks to retrieve.

Parameters

NameDescriptionTypeDefault
whereDictionary of filters to apply. Defaults to None. Task: Each pending task matching the criteria.dictNone

Return Value

Iterator[abstra_internals.controllers.sdk_tasks.Task]