Skip to main content
POST
Run Workflow

Headers

unstructured-api-key
string | null

Path Parameters

workflow_id
string<uuid>
required

Body

multipart/form-data
input_files
file[] | null

Response

Successful Response

id
string<uuid>
required
workflow_id
string<uuid>
required
workflow_name
string
required
status
enum<string>
required
Available options:
SCHEDULED,
IN_PROGRESS,
COMPLETED,
STOPPED,
FAILED
created_at
string<date-time>
required
runtime
string<duration> | null
input_file_ids
string[] | null
output_node_files
NodeFileMetadata · object[] | null
job_type
enum<string>
default:ephemeral
Available options:
ephemeral,
persistent,
scheduled,
template