get_user_skills

toloka.async_client.client.AsyncTolokaClient.get_user_skills | Source code

Finds all Toloker's skills that match certain criteria.

get_user_skills returns a generator. You can iterate over all found Toloker's skills using the generator. Several requests to the Toloka server are possible while iterating.

If you need to sort Toloker's skills use the find_user_skills method.

Parameters description

ParametersTypeDescription
user_idOptional[str]

The ID of a Toloker.

skill_idOptional[str]

The ID of a skill.

id_ltOptional[str]

Skills with IDs less than the specified value.

id_lteOptional[str]

Skills with IDs less than or equal to the specified value.

id_gtOptional[str]

Skills with IDs greater than the specified value.

id_gteOptional[str]

Skills with IDs greater than or equal to the specified value.

created_ltOptional[datetime]

Skills created before the specified date.

created_lteOptional[datetime]

Skills created before or on the specified date.

created_gtOptional[datetime]

Skills created after the specified date.

created_gteOptional[datetime]

Skills created on or after the specified date.

modified_ltOptional[datetime]

Skills that changed before the specified date.

modified_lteOptional[datetime]

Skills that changed before the specified date.

modified_gtOptional[datetime]

Skills changed after the specified date.

modified_gteOptional[datetime]

Skills created on or after the specified date.

batch_sizeOptional[int]

A limit of items returned by each request to Toloka. The maximum allowed value: 1000.

Examples:

user_skills = list(toloka_client.get_user_skills(skill_id='11294'))

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