Skip to main content
POST
Start workflow run

Authorizations

Authorization
string
header
required

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

Path Parameters

Body

application/json
prefilledVariables
object
Example:
workflowExecutionId
string

Provide it if you'd like to overwrite an existing result.

Response

Successful response

sessionId
string
required

To save and use for /continue requests.

workflow
object
required
workflowExecutionId
string
logs
object[]

Logs that were saved during the last execution

progress
number

If enabled, this field will return a number between 0 and 100 indicating the current progress based on the longest remaining path of the workflow run.

event
object