---
title: "Get airgap bundle download URL the active release on the channel."
method: GET
path: "/app/{app_id}/channel/{channel_id}/airgap/download-url"
tags: ["channelReleases"]
---

# Get airgap bundle download URL the active release on the channel.

`GET /app/{app_id}/channel/{channel_id}/airgap/download-url`

Returns a download URL for the airgap bundle associated with the active release on the specified channel. Optionally, a specific channel sequence can be requested via query parameter.

Required RBAC Policy: kots/app/[:appid]/channel/[:channelid]/releases/airgap/download-url

## Path parameters

- `app_id` string, required
- `channel_id` string, required

## Query parameters

- `channelSequence` integer

## Response `200`

ChannelReleaseAirgapBundleURLResponse contains the airgap bundle download URL

- object
  - `url` string

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3/versions/6fcf9e54aba4/schema)
