toloka.async_client.client.AsyncTolokaClient.get_user_skill
| Source code
async get_user_skill(self, user_skill_id: str)
Gets the value of a Toloker's skill
UserSkill
describes the skill value for a specific Toloker.
Parameters | Type | Description |
---|---|---|
user_skill_id | str | The ID of the Toloker skill. |
Returns:
The skill value.
Return type:
Examples:
toloka_client.get_user_skill(user_skill_id='1')