Hi Sardar,
As an alternative solution, you can just create batch jobs to export them through your S3 integration.
- /api/v2/recording/jobs to create the job
- /api/v2/recording/jobs/{jobId} execute the job
- /api/v2/recording/jobs watch the job
When you create the job, it will take some time for it to be ready to execute, so make sure you GET the status until you see state: READY. I also found that exporting more than a few hundred thousand caused issues. I would suggest staying under 200K.
------------------------------
Caleb Smith
Interstate Gas Supply, Inc.
------------------------------