You can export a search index configuration out of the system in order to view it and save it on your file system.
You can also retrieve search index configuration in JSON format in order to view it or edit and save it.
Use the following GET request to export search index configuration in ZIP format:
GET /gsadmin/v1/cloud/searchIndexConfig.zip
Use the following GET request to retrieve search index configuration in JSON format:
GET /gsadmin/v1/cloud/searchIndexConfig.json
The following example illustrates the JSON representation of a search index configuration that can be returned by the GET requests above:
{ "ecr:lastModifiedBy": "admin", "ecr:lastModified": "2016-05-24T17:10:24.914z", "ecr:createDate": "2016-01-13T08:21:15.372z", "ecr:type": "search-index-config", "defaultLocale": "en-US", "locales": [ "de" ] }