Skip to main content

Download latest backup

GET 

/database/backup/LATEST

Download the latest database backup that was triggered via the POST call.

The response headers will contain more information about the backup:

  • Content-Type: application/zip
  • Content-Disposition: attachment; filename="demo_tenantMANUALDATABASEBACKUP.zip"
  • LastModified: the date when the database backup execution finished

Required permission: Download Backups for triggering and downloading a database backup.

Request

Responses

OK

Response Headers
    Content-Disposition

    the file name and encoding of the file to be downloaded

    Content-Type

    the file type of the file to be downloaded

    Last Modified

    the date when the database backup execution finished