Hi, I am trying to export around 38709 contacts to csv using the V3 API but getting the following error response. I was able to export around 25000 contacts just fine. I wonder if there is a limit when exporting all contacts and how to set it in the API. { "error_key": "server_error", "error_message": "Internal server error" } I started the activity to export contacts to csv using this API https://api.cc.email/v3/activities/contact_exports (POST) with no body data. [Image 1] Then I checked the activity status with this API https://api.cc.email/v3/activities/f913de52-49a7-11ed-b056-fa163e6e3085 (GET) and got completed state. [Image 2] Then I tried to export the csv using this API https://api.cc.email/v3/contact_exports/f91249c0-49a7-11ed-b056-fa163e6e3085 (GET) and after some time I get the "internal server error" response. [Image 3]
... View more