I have been unable to create message store exports for many accounts since 6/13. The API returns a 429 for the https://platform.ringcentral.com/restapi/v1.0/account/accountId/message-store-report endpoint. However the headers indicate that this is not really the case.
They indicate that I have 29 more requests left in the time period. I already employ a method to ensure that I am not exceeding rate limits so this is unexpected and I believe indicates an issue with the ringcentral systems.
'X-Rate-Limit-Group': 'heavy',
'X-Rate-Limit-Limit': '30',
'X-Rate-Limit-Remaining': '29',
'X-Rate-Limit-Window': '60',
'Retry-After': '40',
Please advise on how/when this will be resolved.