Skip to content

Get job status

GET
/jobs/{job_id}

Parameters

Path Parameters

job_id*
Type
string
Required

Responses

Job status.

application/json
JSON
{
  
"id": "string",
  
"status": "string",
  
"progress": 0,
  
"downloaded_bytes": 0,
  
"total_bytes": 0,
  
"speed": 0,
  
"eta": 0,
  
"message": "string",
  
"result_path": "string"
}

Playground

Variables
Key
Value

Samples

Released under the BSD 3 Clause License.