v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01144108427.9 KB
Agentic

Execute Named Flow

Execute a named flow from the flows directory.

Named assistant flows embed an Agent that needs provider/model/api-key context. Resolving it here (instead of running the raw file) turns a silent 500 into a successful run, or a clear 4xx when no provider is set.

post/api/v1/agentic/execute/{flow_name}

Path parameters

flow_namestring required

Request body

component_idstring nullable
field_namestring nullable
flow_idstring required
input_valuestring nullable
iterations_limitinteger nullable
max_retriesinteger nullable
model_namestring nullable
providerstring nullable
session_idstring nullable

Response

Successful Response

object required