Skip to main content
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

string
required
Agent UUID.

Request headers

string
required
Bearer token. Format: Bearer talq_your_environment_token_here

Examples

Response

Conversation Modes

  • llm_driven — agent behavior is governed by knowledge, voice, and actions. flow_config is null.
  • flow_driven — a node graph dictates each turn. Use this for highly structured conversations (qualification, intake, scripted outreach).

Notes