v1

latestOpenAPI 3.0.02026-08-0455133277.1 KB
Jobs

Create a job from a given workflow

Create a job from a given workflow

post/v0/workflows/{workflow_id}/jobs

Path parameters

workflow_idstring required

Unique identifier for the workflow to create a job from

Query parameters

project_idstring required

Project identifier the workflow belongs to

Response

OK

created_bystring

Unique identifier of the user who created the job

statusstring

Current status of the job

time_takenstring

Actual duration the job took to complete

idstring

Unique identifier for the job

specinteger[]

Raw specification data for the job

costinteger

Token cost of the job

workflow_idstring

Unique identifier of the workflow this job belongs to

updated_atstring

Timestamp when the job was last updated

finished_atstring

Timestamp when the job was completed

exec_created_atstring

Timestamp when the job execution was created

exec_updated_atstring

Timestamp when the job execution was last updated

created_atstring

Timestamp when the job was created

estimated_durationinteger

Expected time in seconds to complete the job

progressstring

Completion percentage of the job