tasks

Get the status of a task

get/tasks/{task_id}/result

Path parameters

task_idstring required

Query parameters

tokenstring required

Response

successful operation

linkstring
result_http_body_jsonobject nullable
result_http_statusnumber nullable
task_error_namestring nullable
task_idstring
task_is_errorboolean
task_is_pendingboolean
task_is_successboolean
task_status'pending' | 'success' | 'error'

Example response

{
  "task_id": "1234"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.