Download recording and transcription export job

This example demonstrates how to download audio and transcription files for company call recordings.

Replace the following placeholder values in the sample code:

Key Description
bearer_token Your OAuth token. Read more about OAuth tokens
job_id The job ID
userName The login_name of the user
curl --location --request GET 'https://api.vonage.com/t/vbc.prod/call_recording/v1/api/bulkDownload/recordings_transcriptions/retrieve?job_id=$job_id&userName=$userName' \ --header 'Content-Type: application/zip' \ --header 'Authorization: Bearer $bearer_token' \