Get backup download link | Addons | Northflank API docs
v1
Double column
API
CLI
JS Client

Addons /

Get backup download link

Generates a temporary download link for downloading the given backup.

Required permission

Project > Addons > General > Read

Path parameters

    • projectId

      string required

      ID of the project

    • addonId

      string required

      ID of the addon

    • backupId

      string required

      ID of the backup

Response body

  • {object}

    Response object.

    • data

      {object} required

      Result data.

API
CLI
JS Client

GET /v1/projects/{projectId}/addons/{addonId}/backups/{backupId}/download-link

Example response

200 OK

A download link to the given backup.

JSON

{
  "data": {
    "downloadLink": "https://storage.googleapis.com/..."
  }
}

© 2024 Northflank Ltd. All rights reserved.