Skip to main content
POST
This endpoint creates a workflow that persists until it is explicitly deleted (a long-lived workflow). To create a workflow that exists only for the duration of a single job run using local files as input, use the create job endpoint instead.

Path parameters

string
required
The unique identifier of the workflow to run.

Body

array
One or more files to process at runtime. Provide as a multipart file upload.

Response

string
required
Unique identifier for the job.
string
required
ID of the workflow that triggered this job.
string
required
Name of the workflow that triggered this job.
string
required
Job status: SCHEDULED, IN_PROGRESS, COMPLETED, STOPPED, or FAILED.
string
required
ISO 8601 timestamp when the job was created.
string
Job duration.
array
IDs of input files submitted with the job.
array
Metadata about output files produced by the job.
string
Job type. Defaults to ephemeral.