---
title: "List active releases for an app."
method: GET
path: "/app/{app_id}/releases/active"
tags: ["releases"]
---

# List active releases for an app.

`GET /app/{app_id}/releases/active`

Return a list of all active (currently promoted) releases for the specified app.
Active releases are those that will be used by default when installing a particular channel.

Required RBAC Policy: kots/app/[:appid]/release/[:releasesequence]/read

## Path parameters

- `app_id` string, required

## Query parameters

- `pageSize` integer
- `currentPage` integer

## 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/revisions/6fcf9e54aba4/schema)
