How to get call logs and call recording from API directly without using UI
Unable to find any documentation related to this, can anyone share the link?
/logs endpoint is deprecated. /call/<call_id> endpoint to fetch call details and look for a recordingUrl (Get Call API documentation). /logs endpoint for fetching call logs is deprecated and no replacement is documented. /call/<call_id> and looking for the recordingUrl. /logs endpoint for call logs is deprecated and there is no documented replacement for fetching logs in bulk or without a call ID. You can still retrieve call recordings by fetching call details with /call/<call_id> and looking for the recordingUrl (Get Call API documentation).recordingUrlrecordingUrlrecordingUrlrecordingUrl<token><call_id>/logs/logs/logs/call/<call_id>/call/<call_id>/call/<call_id>curl https://api.vapi.ai/logs \
-H "Authorization: Bearer <token>"curl https://api.vapi.ai/call/<call_id> \
-H "Authorization: Bearer <token>"