Execute Workflow
Execute a workflow with an inline template definition or a stored template ID. Returns a streaming response via Server-Sent Events.
Authorizations
API key for authentication.
Body
Request to execute a workflow.
Template ID (string) or inline template definition (object).
Provide a previous execution ID to resume a workflow conversation.
Input values for template placeholders.
Selects the model capability tier. Use "base" for the default routing strategy, or "pro" to allow the most capable available model when higher reasoning or accuracy is required. Model selection is dynamic and may vary based on task type, availability, and failover.
base, pro Predefined rolling time windows for filtering data.
last_24_hours, last_7_days, last_30_days, last_60_days, last_90_days, last_180_days, last_365_days Response
Streaming SSE response with workflow results.
A single streaming event from a workflow execution.
The agent's intermediate reasoning while researching.
- ThinkingMessage
- ActionMessage
- AnswerMessage
- CompleteMessage
- ErrorMessage
- AuditMessage
- GroundingMessage
- ChartMessage
- ToolErrorMessage
- PlanningMessage
- LlmRetryMessage
- StructuredOutputMessage
Workflow conversation identifier. Use this to resume the conversation.
Unique identifier for this request.