Invoke a workflow with real-time streaming. Returns Server-Sent Events (SSE).
Invoke a workflow with real-time streaming via Server-Sent Events (SSE). Receive live updates as the pipeline progresses through each node on the canvas — including tool calls, agent reasoning, sub-agent triggers, and the final result.Documentation Index
Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
Use this file to discover all available pages before exploring further.
text/event-stream response with Server-Sent Events. Each event contains a JSON payload with task update information.
Events are sent as the workflow executes, including status changes, intermediate results, and the final TaskFinished event.
TaskFinished event typedata: line containing a JSON objectCache-Control: no-cache and Connection: keep-alive headers for best resultsAPI Key for authentication
The workflow version to invoke. default = latest
Pass the id from a previous response to continue a multi-turn conversation with the same agent. Omit for a new conversation.
"02843b37-4d77-48a0-8da7-2c76afe54401"
Per-execution override of the agent's LLM provider (e.g. openai, anthropic). Must match one of GET /llm_providers. Omit to use the agent's configured provider.
Per-execution override of the model name within the chosen provider. Must match a model from GET /llm_providers/{provider}/models. Examples: claude-sonnet-4-6, gpt-5, gemini-2.0-flash. Omit to use the agent's configured model.
Per-execution override of reasoning effort for reasoning-capable models (e.g. GPT-5). low for simple tasks, medium for balanced performance, high for complex reasoning, xhigh for maximum reasoning depth (slower, more expensive). Omit to use the agent's configured reasoning effort.
low, medium, high, xhigh Successful Response