Conversation Flow
Get Agent Flow
Retrieve an agent’s conversation flow configuration
GET
Get Agent Flow
Retrieve the agent’s current conversation mode and flow configuration. Agents can run in two modes:llm_driven (default — the LLM steers the conversation freely with knowledge/actions) or flow_driven (a node-based graph dictates the conversation flow).
Endpoint
Path parameters
Agent UUID.
Request headers
Bearer token. Format:
Bearer talq_your_environment_token_hereExamples
Response
Conversation Modes
llm_driven— agent behavior is governed by knowledge, voice, and actions.flow_configisnull.flow_driven— a node graph dictates each turn. Use this for highly structured conversations (qualification, intake, scripted outreach).
Notes
- The flow schema is detailed — see Update Agent Flow for the full field reference.
- Validation can be run independently with Validate Agent Flow before saving.