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.vocode.dev/v1/calls/list \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "to_number": "<string>", "from_number": "<string>", "agent": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "agent_phone_number": "<string>", "status": "not_started", "error_message": "<string>", "recording_available": false, "transcript": "<string>", "do_not_call_result": true, "telephony_id": "<string>", "telephony_metadata": { "type": "telephony_metadata_vonage" }, "start_time": 123, "end_time": 123, "hipaa_compliant": false, "context": {}, "run_do_not_call_detection": true, "telephony_account_connection": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "telephony_params": {} } ], "page": 123, "size": 123, "has_more": true, "total": 123, "total_is_estimated": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes