AppItemSearchResult

toloka.client.search_results.AppItemSearchResult

AppItemSearchResult(
self,
*,
content: Optional[List[AppItem]] = None,
has_more: Optional[bool] = None
)

The result of searching App task items.

Parameters description

ParametersTypeDescription
contentOptional[List[AppItem]]

A list with found task items.

has_moreOptional[bool]

A flag showing whether there are more matching task items.

  • True — There are more matching task items, not included in content due to the limit set in the search request.
  • Falsecontent contains all matching task 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