---
title: "Download a version's bundle"
method: GET
path: "/v1/apps/{app_id}/versions/{version}/download"
tags: ["Apps"]
---

# Download a version's bundle

`GET /v1/apps/{app_id}/versions/{version}/download`

Get a presigned download URL for a version's original bundle zip.

Use this to download → edit → re-upload → deploy as a new version.
The returned URL expires in 1 hour.

## Path parameters

- `app_id` string, required
- `version` integer, required — Version number to download

## Response `200`

Successful Response

- DownloadUrlResponse — Presigned download URL for a version's deployed assets.
  - `download_url` string, required — Presigned S3 GET URL for the version's bundle
  - `version` integer, required
  - `asset_prefix` string, required
  - `expires_in` integer — URL expiry in seconds

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/revisions/220a3b263fda/schema)
