Get information on in-progress and completed calls
calls = vocode_client.calls.list_calls()
[ { id: 'call_id', userId: 'user_id', toNumber: '123456789', fromNumber: '123456789', agent: { id: 'agent_id', userId: 'user_id', prompt: 'The assistant is having a pleasant conversation about life.', actions: [], voice: [Object], initialMessage: undefined, webhook: undefined }, goal: undefined, transcript: undefined, recordingUrl: undefined, status: 'ended', errorMessage: undefined, recordingAvailable: false } ]
vocode_client.calls.get_call(id="CALL_ID")
vocode_client.calls.get_recording(id="CALL_ID")