OperationSearchResult
toloka.client.search_results.OperationSearchResult
OperationSearchResult(
self,
*,
items: Optional[List[Operation]] = None,
has_more: Optional[bool] = None
)
The list of found operations and whether there is something else on the original request
It's better to use TolokaClient.get_operations(), which already implements the correct handling of the search result.
Parameters Description
Parameters | Type | Description |
---|---|---|
items |
Optional[List[Operation]] | List of found operations |
has_more |
Optional[bool] | Whether the list is complete:
|