get_sent_tasks
Retrieve a list of tasks that have been sent.
Parameters
Name | Description | Type | Default |
---|---|---|---|
limit | Maximum number of tasks to retrieve. Defaults to None which is interpreted as 100 if where is also None. | int | None |
offset | Number of tasks to skip. Defaults to 0. | int | 0 |
where | Dictionary of filters to apply. Defaults to None. List[Task]: List of sent tasks matching the criteria. | dict | None |
Return Value
List[abstra_internals.controllers.sdk_tasks.Task]