cURL
curl --request GET \ --url https://dev.voice.ai/api/v1/agent/call-history/{call_id}/recording \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "url": "<string>" }
Retrieve a URL to download a muxed MP3 recording for a given call. If the recording has not yet been merged, the merge will be performed synchronously.
Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer
Successful Response