toloka.async_client.client.AsyncTolokaClient.get_skill
| Source code
async get_skill(self, skill_id: str)
Reads one specific skill
Parameters | Type | Description |
---|---|---|
skill_id | str | ID of the skill. |
Returns:
The skill.
Return type:
Examples:
toloka_client.get_skill(skill_id='1')