{
"id": 42,
"organization_id": 1,
"base_assistant_id": 123,
"name": "Customer Support Flow",
"graph": {
"begin_node": "start",
"global_prompt": "Be concise.",
"nodes": {
"start": {
"type": "conversation",
"prompt": "Greet the caller.",
"transitions": [
{
"kind": "prompt",
"to": "support",
"when": "The caller needs support."
}
]
},
"support": {
"type": "conversation",
"prompt": "Help the caller with support questions."
}
}
},
"is_active": true,
"created_at": "2026-04-29T14:00:00Z",
"updated_at": "2026-04-29T14:00:00Z"
}