{
"success": true,
"data": {
"interactions": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"channel": "voice",
"type": "INBOUND",
"direction": "inbound",
"phone_number": "+34612345678",
"clinic_id": "clinic-uuid-here",
"started_at": "2024-01-15T10:30:00.000Z",
"ended_at": "2024-01-15T10:35:00.000Z",
"duration_seconds": 300,
"outcome": "APPOINTMENT_BOOKED",
"summary": "Patient called to schedule a general checkup appointment...",
"recording_url": "https://storage.example.com/recordings/abc123.mp3"
},
{
"id": "660f9511-f30c-52e5-b827-557766551111",
"channel": "whatsapp",
"type": "APPOINTMENT_REMINDER",
"direction": "outbound",
"phone_number": "+34698765432",
"clinic_id": "clinic-uuid-here",
"started_at": "2024-01-15T09:00:00.000Z",
"ended_at": "2024-01-15T09:05:00.000Z",
"outcome": "APPOINTMENT_BOOKED",
"transcript": [
{
"role": "assistant",
"content": "Hi! This is a reminder for your appointment tomorrow at 10:00 AM."
},
{
"role": "user",
"content": "Thanks! I'll be there."
}
],
"summary": "Appointment reminder sent and confirmed by patient."
}
]
},
"meta": {
"page": 1,
"limit": 25,
"total": 150,
"total_pages": 6,
"has_more": true
},
"request_id": "req_abc123xyz",
"timestamp": "2024-01-15T10:30:00.000Z"
}