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

ParametersTypeDescription
itemsOptional[List[Operation]]

List of found operations

has_moreOptional[bool]

Whether the list is complete:

  • True — Not all elements are included in the output due to restrictions in the limit parameter.
  • False — The output lists all the items.

Last updated: August 28, 2023

Toloka-Kit
OverviewGetting API keyQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming