v1

latestOpenAPI 3.0.12026-08-04154122138.2 KB
Workflows

Execute Workflow Async

Triggers an asynchronous workflow execution. Returns immediately with an execution ID that can be used to poll for status and retrieve results. Use GET /workflow/{id}/executions/{executionId} to check status.

post/workflow/execute/{workflowId}/async

Path parameters

workflowIdinteger required

Query parameters

configuration_idinteger
start_from_stepinteger
end_at_stepinteger

Response

Workflow execution started