Filter by skills

To use a skill value for selecting Tolokers, define the assignments_issuing_config.filter object in the pool parameters.

To filter Tolokers without a skill set the "operator": "EQ" parameter and exclude the value parameter.

Sample filter in JSON

Filter Tolokers with skill
Filter Tolokers without skill
{
"filter": {
"and": [
{
"category": "skill",
"key": 1124,
"operator": "GT",
"value": 59.7
}
]
}
}

Key, value parameters

Key parameterValue description
integer

The ID of the skill you want to use to filter Tolokers.

You can get the list of all available skills using the Get list of skills method.

float

The fractional value of the skill. Minimum — 0, maximum — 100.

Value of operator:

  • EQ — Equal to.
  • NE — Not equal to.
  • GT — Greater than.
  • LT — Less than.
  • GTE — Greater than or equal to.
  • LTE — Less than or equal to.

See also

Contact support

Last updated: July 4, 2023

Toloka API
OverviewAccessing the APIRate limiting
Quick start
Configuration for Template BuilderToloker selection
Quality control rules
Filters
Task actions
Subscriptions to events
Reference
Project
Pool
Training
Webhook-subscription
Skill
User-restriction
Task
Task-suite
Operation
Assignment
Attachment
Aggregated-solution
User-bonus
Message-thread
User-metadata
Requester
All classes and methods