Get the list of operations
Gets the list of operations.
Request
GET https://toloka.yandex.com/api/v1/operations
Authorization: OAuth <OAuth token>
GET https://sandbox.toloka.yandex.com/api/v1/operations
Authorization: OAuth <OAuth token>
Headers
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Query parameters
Specified in the link after the question mark; separated by &
.
Parameter | Overview |
---|---|
type | string Operation type:
|
status | string The status of the operation:
|
sort | string Parameters to sort by:
To learn how to configure sorting, see Sorting the list of objects. |
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 |
Parameter | Overview |
---|---|
type | string Operation type:
|
status | string The status of the operation:
|
sort | string Parameters to sort by:
To learn how to configure sorting, see Sorting the list of objects. |
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 |
Response
Contains a list of operations in the items
array:
{"items": [{operation details 1}, {operation details 2}, ... {operation details n}], "has_more": false}