Download project backup

Download project backup

Creates a backup of a project and saves it to the specified location.

Path Parameters
  • project-id
    string
    required

    The ID of the project to download.

Body
application/json
outputFileName
string

The full name of the output file. Should be a full file name starting with Storage/.

ExampleStorage/backups/deep-space-backup.zip
Responses
POST/projects/{project-id}/download

{
  "taskKey": "f8de60eb4ad8757c5a2b533afae6251aa"
}