Some API requests (opening and closing a pool, archiving a pool or project, loading task suites, issuing bonuses) are processed as asynchronous operations that run in the background. Operation details (for example, status and creation time) are passed in JSON format.
You can use the API for tracking operation progress.
Try our new API reference: more parameter details, request/response examples, and code samples in various programming languages, including the Toloka-Kit usage samples.
Method | Endpoint | Overview |
---|---|---|
GET | /operations | Gets the list of operations. |
GET | /operations/<operation_id> | Gets operation details. |
GET | /operations/<operation_id>/log | Gets the operation log. |