Question

How long are recordings retained and available through the API?

  • 6 June 2017
  • 4 replies
  • 3233 views

We have been calling with Ring Central for over two years. We record every call. We can see the recordings in the call log on the Ring Central Admin portal but are unable to retrieve recordings older than 30 days via the API. Using the call-log method below will return records but not a media URL. Without this, we cannot download the recording. We would like to retrieve the recordings for the last 90 days. Is this possible using the API?

"https://platform.ringcentral.com/restapi/v1.0/account/~/call-log?withRecording=true&perPage=1000...;


4 replies

Hi Dave,


Here is the link to the retention policy: https://support.ringcentral.com/article/2178.html

https://github.com/ringcentral/ringcentral-api-docs/blob/master/docs/calllog_data-retention-policy.m...



Thanks for the info
If you want to keep the recording longer, please check RingCentral Archiver
 https://developer.ringcentral.com/app-gallery.html/app/312709020-312709020-7gufiGT3T3CCuCP37hMDaQ~4T...  

I know this post is quite old but I came across the exact same problem of the recordings getting deleted after a short while and there is very little out there on how to solve this problem of retaining the recordings. I hope this helps someone. The way I solved it was I wrote some custom code to read the binary stream of each recording file and save each recording MP3 file locally to our network hard drive on our company network as well as all information relating to each file stored in our database. That way we have access to all recordings for as long as we like. This is important because we needed all the recordings accessible in our custom CRM/ERP order processing application which I have also written. Our requirement was the ability to go into any company record in our CRM and be able to play any recordings relating to that company.

Reply