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.staging.kathan.tech/calls/{call_id} \ --header 'Authorization: Bearer <token>' \ --header 'X-User-ID: <api-key>'
{ "id": "<string>", "to_number": "<string>", "provider": "<string>", "status": "<string>", "phone_number_id": "<string>", "assistant_id": "<string>", "from_number": "<string>", "provider_call_sid": "<string>", "direction": "<string>", "created_at": "<string>", "started_at": "<string>", "ended_at": "<string>", "ended_reason": "<string>", "duration_seconds": 123, "timestamp": "<string>", "summary": "<string>", "user_messages": 123, "agent_messages": 123, "recording_url": "<string>", "stereo_recording_url": "<string>", "recording_mp3_url": "<string>", "stereo_recording_mp3_url": "<string>", "latency_metrics": {}, "per_turn_latency": [ "<unknown>" ], "cost": 123, "total_credits": 123, "cost_breakdown": {}, "costs": [ "<unknown>" ], "transcript": [ "<unknown>" ] }
API key authentication.
Required user id for API key requests.
Successful Response
Was this page helpful?