latestOpenAPI 3.0.02026-08-0455133277.1 KB

b501e2ca5a9d

Jobs

Get Job by Id and WF Id

Get Job by Id and WF Id

get/v0/workflows/{workflow_id}/jobs/{job_id}

Path parameters

workflow_idstring required

Unique identifier for the workflow

job_idstring required

Unique identifier for the job within the workflow

Response

OK

created_bystring

Unique identifier of the user who created the job

statusstring

Current status of the job

time_takenstring

Total time taken by the job

idstring

Unique identifier of the job

specinteger[]

Raw specification data for the job

costinteger

Computational cost of the job

workflow_idstring

Unique identifier of the workflow this job belongs to

updated_atstring

When the job was last updated

finished_atstring

When the job was completed

exec_created_atstring

When the job execution was created

exec_updated_atstring

When the job execution was last updated

created_atstring

When the job was created

estimated_durationinteger

Estimated time in seconds to complete the job

progressstring

Completion percentage of the job