Workflow Runs
Run Workflow
Available for: Workflow apps.
Run the app's published workflow and return its outputs, either in a single blocking response or as a streaming Server-Sent Events feed. Requires a published workflow.
post/workflows/run
Request body
WorkflowExecutionRequest required— unresolved $ref
Response
Successful response. The content type and structure depend on the response_mode parameter in the request.
- If response_mode is blocking, returns application/json with a WorkflowBlockingResponse object.
- If response_mode is streaming, returns text/event-stream with a stream of ChunkWorkflowEvent objects.
Changes
No recorded changes to this endpoint across all 10 revisions of this API.