toloka.client.TolokaClient.get_skill
| Source code
get_skill(self, skill_id: str)
Gets skill information from Toloka.
Parameters | Type | Description |
---|---|---|
skill_id | str | The ID of the skill. |
Returns:
The skill.
Return type:
Examples:
skill = toloka_client.get_skill(skill_id='14486')
Last updated: August 28, 2023