Workflow

Get Workflow Status

Get status of workflow job by job ID

get/api/v2/workflows

Query parameters

string
OR
string uuid

Job ID to query

Response

Workflow status response

flow_idstring required
object'response'
created_timestampstring
status'queued' | 'in_progress' | 'completed' | 'failed' | 'cancelled' | 'timed_out' required

Job execution status.

inputsobject
outputsobject

Changes