Some API requests (opening and closing a pool, archiving a pool or project, loading task suites, issuing rewards) 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.
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. |