cURL
curl --request GET \ --url https://voxworks.ai/api/v1/get-call/{call_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "call": { "id": "<string>", "team_id": "<string>", "contact_id": "<string>", "script_id": "<string>", "type": "<string>", "status": "<string>", "progress": "<string>", "scheduled_time": "2023-11-07T05:31:56Z", "actual_time": "2023-11-07T05:31:56Z", "end_time": "2023-11-07T05:31:56Z", "duration": 123, "end_reason": "<string>", "call_summary": "<string>", "structured_data": {}, "transcript": "<string>", "recording_url": "<string>", "objectives": [ {} ] } }
Retrieve a call by ID. Only calls belonging to your team are returned.
Documentation IndexFetch the complete documentation index at: https://docs.voxworks.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.voxworks.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key from Voxworks, sent as Authorization: Bearer YOUR_API_KEY.
Authorization: Bearer YOUR_API_KEY
Unique call ID.
Call found.
true
Show child attributes