curl https://api.voicy.co/functions/v1/call-get/550e8400-e29b-41d4-a716-446655440000 \ -H "Authorization: Bearer voicy_sk_live_xxx"
{ "call_id": "550e8400-e29b-41d4-a716-446655440000", "call_type": "phone_call", "call_status": "user_hangup", "agent": { "name": "Customer Support Agent", "version": 2 }, "from_number": "+15551234567", "to_number": "+15559876543", "direction": "outgoing", "start_timestamp": 1704067200000, "duration_ms": 120000, "transcript": [ { "role": "agent", "content": "Hello, how can I help you?", "timestamp_ms": 0 }, { "role": "caller", "content": "I need help with my order", "timestamp_ms": 2500 }, { "role": "agent", "content": "Sure, I can help with that.", "timestamp_ms": 3200 } ], "detected_gender": "male", "recording_url": "https://storage.voicy.co/recordings/...", "summary": "Customer inquiry about order status.", "vars_provided": { "customer_name": "John" }, "vars_extracted": { "appointment_date": "2026-01-15" }, "vars_collected": { "preferred_time": "morning" } }
Retrieve details for a specific call
phone_call
web_call
Show Agent properties
incoming
outgoing
Show Transcript entry properties
agent
caller
male
female