v1

latestOpenAPI 3.1.02026-07-1245137133.6 KB
workflows

Run Workflow

Run a workflow by triggering a new job if none is currently active.

post/api/v1/workflows/{workflow_id}/run

Path parameters

string uuid required
OR
string required

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'