AppItemSortItems
toloka.client.search_requests.AppItemSortItems
AppItemSortItems(self, items=None)
Keys for sorting App items in search results.
Parameters Description
Parameters | Type | Description |
---|
items | Optional[List[SortItem]] | A list of sorting keys. Supported values: 'id' — A task item ID. 'created' — The date and time when the item was created. 'finished' — The date and time when the item processing was completed. 'status' — The item status. |