Import/Export
Import and export the state of your Unleash instance.
📄️ Export feature toggles from an environment
Exports all features listed in the `features` property from the environment specified in the request body. If set to `true`, the `downloadFile` property will let you download a file with the exported data. Otherwise, the export data is returned directly as JSON. Refer to the documentation for more information about [Unleash's export functionality](https://docs.getunleash.io/reference/deploy/environment-import-export#export).
📄️ Validate feature import data
Validates a feature toggle data set. Checks whether the data can be imported into the specified project and environment. The returned value is an object that contains errors, warnings, and permissions required to perform the import, as described in the [import documentation](https://docs.getunleash.io/reference/deploy/environment-import-export#import).
📄️ Import feature toggles
[Import feature toggles](https://docs.getunleash.io/reference/deploy/environment-import-export#import) into a specific project and environment.
📄️ Import state (deprecated)
Imports state into the system. Deprecated in favor of /api/admin/features-batch/import
📄️ Export state (deprecated)
Exports the current state of the system. Deprecated in favor of /api/admin/features-batch/export