v1

latestOpenAPI 3.1.02026-07-1245137133.6 KB
jobs

Create Job

Create a new on-demand job using either a template (with persistent job optimization) or custom DAG.

post/api/v1/jobs/

Headers

unstructured-api-keystring nullable

Response

Successful Response

idstring uuid required
workflow_idstring uuid required
workflow_namestring required
status'SCHEDULED' | 'IN_PROGRESS' | 'COMPLETED' | 'STOPPED' | 'FAILED' | 'REJECTED' required
created_atstring date-time required
runtimestring duration nullable
input_file_idsstring[] nullable
job_type'ephemeral' | 'persistent' | 'scheduled' | 'template'