calls.recording_not_found
The call has no recording or the recording was never written by gateway-go.
calls.recording_not_found is returned when a recording fetch is attempted for a call that has no associated recording. This can occur when recording was not enabled for the call, or when the recording write from gateway-go did not complete.
Recording was not enabled for the call, the call ended before recording started, or the recording write from gateway-go failed silently.
Verify that recording was configured for the number. This error is not retryable: if no recording was created for the call, it will not appear later.
{
"error": {
"code": "calls.recording_not_found",
"message": "no recording for this call",
"request_id": "req_01900000abc"
}
}