The toloka.yandex.com
domain will be disabled starting July 1, 2023. Please use the toloka.dev
domain for API requests.
Gets the list of operations.
Try our new API reference: more parameter details, request/response examples, and code samples in various programming languages, including the Toloka-Kit usage samples.
GET https://toloka.dev/api/v1/operationsAuthorization: OAuth <OAuth token>
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Query parameters are specified in the link after the question mark and separated by &
.
Parameter | Overview |
---|---|
type | string
|
status | string
|
sort | string
|
Standard query parameters | limit, id_gt, id_gte, id_lt, id_lte, submitted_gt, submitted_gte, submitted_lt, submitted_lte, finished_gt, finished_gte, finished_lt, finished_lte. |
{"items": [{operation details 1}, {operation details 2}, ... {operation details n}], "has_more": false}
Property | Description |
---|---|
items[] | array of objects Contains a list of operations. |
has_more | boolean Shows whether the list is complete. Acceptable values:
|