[
{
"id": 1,
"organization_id": 1,
"name": "Customer Service Router",
"description": "Routes customers to the appropriate department",
"is_active": true,
"configuration": {},
"nodes": [],
"edges": [],
"total_nodes": 4,
"total_edges": 3,
"created_at": "2025-01-15T10:00:00Z",
"updated_at": "2025-01-19T14:30:00Z"
},
{
"id": 2,
"organization_id": 1,
"name": "Language Router",
"description": "Routes calls based on detected language",
"is_active": true,
"configuration": {},
"nodes": [],
"edges": [],
"total_nodes": 4,
"total_edges": 3,
"created_at": "2025-01-10T08:00:00Z",
"updated_at": "2025-01-18T11:00:00Z"
}
]