{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"organization_id": "987fcdeb-51a2-3bc4-d567-890123456789",
"name": "Customer Support Agent",
"description": "Handles customer inquiries",
"greeting_message": "Hello! How can I help you today?",
"system_prompt": "You are a helpful customer support agent...",
"agent_type": "simple",
"model": "gpt-4o",
"voice_model": "gpt-4o-realtime-preview",
"stt_model": "deepgram",
"tts_model": "cartesia",
"voice_settings": {"voice_id": "alloy", "speed": 1.0},
"config": {"enable_recording": true},
"extensions": {},
"integrations": {},
"transfer_enabled": false,
"status": "active",
"is_active": true,
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T10:30:00Z"
},
{
"id": "456e7890-e89b-12d3-a456-426614174001",
"organization_id": "987fcdeb-51a2-3bc4-d567-890123456789",
"name": "Appointment Scheduler",
"description": "Schedules appointments via Google Calendar",
"greeting_message": "Hi! I can help you schedule an appointment.",
"system_prompt": "You are an appointment scheduling assistant...",
"agent_type": "advanced",
"model": "gpt-4o",
"voice_model": "gpt-4o-realtime-preview",
"stt_model": "deepgram",
"tts_model": "minimax",
"voice_settings": {"voice_id": "English_radiant_girl"},
"config": {"user_timezone": "America/New_York"},
"extensions": {},
"integrations": {"google_calendar": {"enabled": true}},
"transfer_enabled": true,
"status": "active",
"is_active": true,
"created_at": "2024-01-10T08:00:00Z",
"updated_at": "2024-01-14T16:45:00Z"
}
],
"pagination": {
"page": 1,
"limit": 50,
"total": 150,
"totalPages": 3,
"hasNext": true,
"hasPrev": false
}
}