---
title: "List cluster versions."
method: GET
path: "/cluster/versions"
tags: ["clusters"]
---

# List cluster versions.

`GET /cluster/versions`

## Response `200`

ListClusterVersionsResponse contains the response to list clusters

- object
  - `cluster-versions` SupportedDistributionAndVersions[]
    - `instance_types` string[]
    - `nodes_max` integer
    - `short_name` string
    - `status` ClusterDistributionStatus
      - `enabled` boolean
      - `status` string
      - `status_message` string
    - `version_details` SupportedVersion[]
      - `nodes_max` integer
      - `version` string
    - `versions` 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/revisions/6fcf9e54aba4/schema)
