Export saved objects
Spaces method and path for this operation:
<div><span class="operation-verb post">post</span> <span class="operation-path">/s/{space_id}/api/saved_objects/_export</span></div>Refer to Spaces for more information.
Retrieve sets of saved objects that you want to import into Kibana. You must include type or objects in the request body. The output of exporting saved objects must be treated as opaque. Tampering with exported data risks introducing unspecified errors and data loss.
Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.
NOTE: The exported saved objects include coreMigrationVersion and typeMigrationVersion metadata. If you store exported saved objects outside of Kibana (for example in NDJSON files) or generate them yourself, you must preserve or include these fields to retain forward compatibility across Kibana versions.
NOTE: The savedObjects.maxImportExportSize configuration setting limits the number of saved objects which may be exported.
Headers
A required header to protect against CSRF attacks
Request body
Response
Indicates a successfull call.