Hello all, I understand that there are no webhooks to know if a recording is available, I’ve done most of my integration, I’m getting the recordingId from the telephony event “disconnect”, now I need to get the recording, Tech Support said that the recording is not available real time that I will have to poll the content API, which should be this one: /restapi/v1.0/account/accountId/recording/recordingId/content, however in the docs it says that that API only returns 200 with the recording media as the body, so, my question is, how does the return code and body looks like when the recording is not available to download? should I check for a 404 status code and retry later? how does that work?
Thanks,
Raul