Download export job

This example demonstrates how to download audio files for company and on-demand call recordings.

Replace the following placeholder value in the sample code:

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