{
"id": 123,
"agent": {
"id": 456,
"name": "Sales Representative",
"assistant_id": "assistant_abc123"
},
"call_id": "call_def456",
"status": "completed",
"type": "outbound",
"phone_number": "+15551234567",
"started_at": "2025-04-23T14:30:45Z",
"ended_at": "2025-04-23T14:35:12Z",
"duration_seconds": 267,
"summary": "The agent discussed product pricing with the customer and answered questions about delivery times. The customer expressed interest in the premium package and requested a follow-up call next week.",
"transcript": "Agent: Hello, this is Sales Representative from Acme Corp. How are you today?\nCustomer: I'm doing well, thanks. I'm interested in learning about your premium package...",
"recording_url": "https://storage.example.com/recordings/call_def456.mp3",
"contact": {
"id": 789,
"name": "John Doe",
"email": "john.doe@example.com",
"company": "Acme Corp",
"status": "contacted",
"stage": "qualified_lead",
"last_call_date": "2025-04-23T14:35:12Z"
},
"team": {
"id": 101,
"name": "Sales Team"
},
"billing": {
"status": "billed",
"initial_charge": 1.50,
"final_charge": 2.25,
"total_charge": 2.25
}
}