Breadcrumbs

Metavault API - Export project

ExportProject - GET

Path

/api/projects/{projectId}/export

Http Method

GET

Overview

Export project data into an archive zip. The export contains the latest version of the project data.

The following objects are exported:

  • Everything in the BUILD SOURCE VERIFY and distribute modules, at the latest version.

  • No data regarding historical changes of the project.

  • Not environments or their data.

Required permissions

  • Read project configuration CONFIGURE READ

Request

Path parameters

Parameter

Type

Required

Description

Example

projectId

string

Yes

The Id of the project, generated on creation.

099ec495a1b548efa43b15da09262c20

Response

Success response (200 OK)

The body is a zip with the export. So response Content-Type should be one of:

  • application/zip

  • application/x-zip-compressed