Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.truedy.ai/api/public/v1/calls/{call_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "call_a1b2c3d4", "status": "completed", "direction": "outbound", "agent_id": "agt_f9447372", "to": "+12125551234", "from": "+18005559876", "duration_seconds": 142, "recording_url": "https://recordings.truedy.ai/call_a1b2c3d4.mp3", "transcript_url": "https://api.truedy.ai/calls/call_a1b2c3d4/transcript", "summary": "Customer inquired about refund policy. Issue resolved.", "cost_credits": 24, "metadata": { "campaign_id": "batch_c3d4e5f6", "contact_id": "cnt_d4e5f6a7" }, "started_at": "2026-04-05T10:00:00Z", "ended_at": "2026-04-05T10:02:22Z", "created_at": "2026-04-05T09:59:58Z", "updated_at": "2026-04-05T10:02:22Z" }, "meta": { "request_id": "req_32e7531c", "ts": "2026-04-05T10:22:00Z" } }
Retrieve detailed information about a specific call.
API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>
Call ID
Call details
Show child attributes