Authorizations
Path Parameters
Workflow identifier
Body
Request to start a new workflow execution. Executions are processed asynchronously - you'll receive a tracking_id immediately and can poll for results using GET /workflow_executions/{id}.
Response
Workflow execution queued successfully (processing in background)
Async workflow execution initiation response (HTTP 202)
Async response returned when workflow execution is successfully queued (HTTP 202 Accepted). The execution will begin processing in the background. Use the tracking_id to monitor progress.

