Skip to main content
POST
Continue Workflow Run

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow_id
string
required
run_id
string
required

Body

application/x-www-form-urlencoded
step_requirements
string
default:""

JSON string of step requirement objects with resolution status

session_id
string | null

Session ID for the paused run

user_id
string | null

User identifier for tracking and personalization

stream
boolean
default:true

Enable streaming responses via Server-Sent Events (SSE)

factory_input
string | null

JSON object with factory-specific parameters for dynamic workflow reconstruction

Response

Workflow run continued successfully