v1

latestOpenAPI 3.1.02026-07-26436887.6 KB
main

Create Workflow Run

Create a new workflow run when the user decides to execute the workflow via chat or voice

Args: workflow_id: The ID of the workflow to run request: The create workflow run request user: The user to create the workflow run for

post/api/v1/workflow/{workflow_id}/runs

Path parameters

workflow_idinteger required

Headers

authorizationstring nullable
X-API-Keystring nullable

Request body

modestring required
namestring required

Response

Successful Response

idinteger required
workflow_idinteger required
namestring required
modestring required
created_atstring date-time required
definition_idinteger required
initial_contextobject nullable