Get the skill ID

Attention

The toloka.yandex.com domain will be disabled starting July 1, 2023. Please use the toloka.dev domain for API requests.

Gets the properties of a skill.

You can get the skill ID from the list of skills.

Request

Tip

Try our new API reference: more parameter details, request/response examples, and code samples in various programming languages, including the Toloka-Kit usage samples.

Production version
Sandbox
GET https://toloka.dev/api/v1/skills/<id>
Authorization: OAuth <OAuth token>

Path parameters

ParameterOverview
idSkill ID.

Headers

TitleOverview
AuthorizationA token for account authorization. Add OAuth as a prefix.

Response

Information about a skill.

{
"id": "9238",
"name": "Determining the color of an elephant",
"private_comment": "Skill for my pool",
"hidden": true,
"skill_ttl_hours": 240,
"deprecated": false,
"owner": {
"id": "c3a50f44cd3e1b8202465569ced289eb",
"myself": true
},
"training": true,
"created": "2021-12-01T08:37:03.387",
"global": false
}
ParameterOverview
idstring

Skill ID.
namestring

Skill name.
private_commentstring

Comments on the skill (only visible to the requester).
hidden

boolean

Access to information about the skill (the name and value) for Tolokers:

  • true — Hidden (access closed).
  • false — Not hidden (access open).

    The default value is true.
skill_ttl_hoursinteger

The skill's "time to live" after the last update (in hours). The skill is removed from the Toloker's profile if the skill level hasn't been updated for the specified length of time.
deprecated

boolean

Terminating skill support by its creator:

  • true— The skill is no longer supported and needs to be replaced.
  • false — The skill is supported and up-to-date.
ownerobject

Parameters of the requester that created the project
owner.idstring

Requester ID.
owner.myself

boolean

Checks who the object belongs to:

  • true — The user whose OAuth token is specified in the request.
  • false — Another account (employee or owner).
training

boolean

Whether the skill is related to a training pool:

  • true — The skill level is calculated from training pool tasks.
  • false — The skill isn't related to a training pool.
createdstring

The UTC date and time when the skill was created, in ISO 8601 format: YYYY-MM-DDThh:mm:ss[.sss].
global

boolean

An indicator of a global skill:

  • true — The skill is global, shows general competencies of Tolokers, and is available to all Tolokers.
  • false — The skill is created by the requester and can be assigned to Tolokers both manually and automatically: using quality control rules or after training.
Contact support
Toloka API
OverviewAccessing the APIRate limiting
Quick start
Reference
Project
Pools
Training
Subscriptions to events
Toloker selection
Ways to upload tasks
Tasks
Task suites
Tracking operations
Getting responses
Checking completed tasks
Bonuses
Messages for Tolokers
Various parameters
Libraries