---
title: "List cluster usage."
method: GET
path: "/app/{app_id}/cluster-usage"
tags: ["clusters"]
---

# List cluster usage.

`GET /app/{app_id}/cluster-usage`

List cluster distribution/version usage by customers.

Required RBAC Policy: kots/app/[:appid]/license/[:licenseid]/read

## Path parameters

- `app_id` string, required

## Response `200`

ListClusterUsageResponse contains the response to list cluster usage

- object
  - `clusterUsageDetails` ClusterDetail[]
    - `channel_id` string
    - `channel_sequence` integer
    - `cloud_provider` string
    - `is_airgap` boolean
    - `is_kurl` boolean
    - `kots_version` string
    - `kubernetes_distribution` string
    - `kubernetes_version` string
    - `number_of_instances` integer
    - `version_label` string
  - `error` 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-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)
