update
Mar 19, 2026We've upgraded our session export process to handle larger datasets by moving from direct email attachments to secure, time-limited S3 download links.
RCLM users can now export their entire session history, including full metadata and raw S3 blobs, regardless of the total size. Previously, exports were sent as direct email attachments, which were capped at 40MB by AWS SES limits. We've transitioned to a more robust delivery method using secure, presigned S3 URLs.
When you request a session export, RCLM now performs the following steps in the background:
The download links are valid for 24 hours. After this period, the link will expire, and you will need to trigger a new export if you haven't downloaded your data.
As our users' session histories grew, we encountered a hard technical limit. Direct email attachments through AWS SES are restricted to 40MB. For active users, a full export of their LLM interactions frequently exceeded 60MB, causing export failures and "HTTP content length exceeded" errors.
By moving to S3-based delivery, we've eliminated this size ceiling. This approach is not only more reliable for large datasets but also more efficient, as it avoids the overhead of processing large MIME attachments through email servers.
While this update solves the immediate size issue, there are a few things to keep in mind:
We'd love to hear your feedback on this new export workflow. If you encounter any issues with the download links or have suggestions for the export format, please let us know.