---
title: "Get an embedded cluster release."
method: GET
path: "/app/{app_id}/channel/{channel_id}/embeddedcluster/release"
tags: ["channels"]
---

# Get an embedded cluster release.

`GET /app/{app_id}/channel/{channel_id}/embeddedcluster/release`

Return a .tgz file containing the embedded cluster release for the specified channel and app.
Optional query parameters allow specifying a channel sequence, a customer license file to include, and whether to include an airgap bundle.

Required RBAC Policy: kots/app/[:appid]/channel/[:channelid]/embeddedcluster/release

## Path parameters

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

## Query parameters

- `channelSequence` integer
- `customerId` string
- `airgap` boolean

## Response `200`

## 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-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
