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

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

Job execution status.

Changes