v51

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-01131107332.8 KB
Admin

Export registry data

Exports registry data as a ZIP archive. If a groupId query parameter is provided, only data belonging to the specified group will be exported and global rules will be excluded.

get/admin/export

Query parameters

forBrowserboolean

Indicates if the operation is done for a browser. If true, the response will be a JSON payload with a property called href. This href will be a single-use, naked download link suitable for use by a web browser to download the content.

groupIdstring

If specified, only data belonging to this group will be exported. Global rules will be excluded.

Response

Response when the export is successful.

downloadIdstring required
hrefstring

Example response

{
  "downloadId": "247-4987490-297845",
  "href": "https://54321.registry.examples.org/apis/registry/v3/downloads/247-4987490-297845"
}