curl --request GET \
--url https://api.bland.ai/v1/recordings/{call_id} \
--header 'authorization: <authorization>'{
"data": null,
"errors": [
{
"error": "CALL_RECORDING_NOT_FOUND",
"message": "Call recording not found"
}
]
}
Retrieve an audio stream for a call recording.
curl --request GET \
--url https://api.bland.ai/v1/recordings/{call_id} \
--header 'authorization: <authorization>'{
"data": null,
"errors": [
{
"error": "CALL_RECORDING_NOT_FOUND",
"message": "Call recording not found"
}
]
}
"audio/mpeg" (MP3) or "audio/wav" (WAV). Defaults to WAV.null on success, or an array of error objects if access fails.{
"data": null,
"errors": [
{
"error": "CALL_RECORDING_NOT_FOUND",
"message": "Call recording not found"
}
]
}
Was this page helpful?