Automated exports
Schedule and retrieve nightly data exports from Recurly to keep your data warehouse in sync without logging into the admin console.
Prerequisites
- The Integrations role assigned to any users who need access to the Automated Exports UI. Some admin-level exports also require the Admin role.
- The necessary configurations set up in the Integrations section of the Recurly admin console.
- Familiarity with the Recurly API to retrieve daily exports.
Limitations
- Not available in sandbox mode.
- Only full data sets are available — partial sets based on status filters (as seen in the Exports UI) are not supported.
- A new export version doesn't automatically update your existing configuration. You'll need to reconfigure manually to access the latest version.
- Export files are accessible via the Recurly API for 60 days after creation. After that, they expire.
Definition
Automated Exports is a Recurly feature that runs nightly scheduled data exports, delivering a full snapshot of the previous day's data to your data warehouse. Each export provides a broader set of object attributes than what's available through individual API objects, making it well-suited for analytics, reporting, and data sync workflows.
Key benefits
Key details
For a full list of available exports, see the exports overview.
Download complete export schema →
Configuration
Export configurations are managed in the Integrations section of the admin console, accessible only to users with the Integrations role. While you can create and delete configurations through the console, daily data retrieval happens through the Recurly API — not the UI.
Export versions
New versions of exports become available periodically. Recurly doesn't automatically update your existing configurations when a new version is released — you'll need to delete the outdated configuration and recreate it using the latest version. Check for updates regularly to make sure you're working with the most current data attributes.
Data availability
Each export runs nightly and covers the full previous day's data for every selected export type, subject to any configured time-range filters. Only complete data sets are supported — you can't filter by subscription status or other partial criteria at export time. Those filters are available in the Exports UI but aren't reflected in Automated Exports output.
Accessing the data
Retrieve your exports by polling the designated endpoint on the Recurly API using a private API key. A successful poll returns a secure, temporary URL pointing to the export file in its storage location. That URL is valid for 60 minutes, so download the file promptly after generating it.
Set up automated exports
Updated about 1 month ago