---
title: "List API Versions"
method: GET
path: "/"
---

# List API Versions

`GET /`

Lists information about all known API versions in the deployment.
This endpoint does not require authentication.

## Response `200`

Successful response

- object
  - `versions` Version[]
    - `id` string — A common name for the version
    - `status` 'CURRENT' | 'DEPRECATED' — The status of this API version
    - `version` string — The maximum microversion supported (empty for legacy v2.0)
    - `min_version` string — The minimum microversion supported (empty for legacy v2.0)
    - `updated` string, date-time — The date and time when the version was updated
    - `links` Link[]
      - `href` string, uri
      - `rel` string
      - `type` string

---

[API](https://skmtc.net/platform9/apis/cluster-blueprint-api.md) · [All operations](https://skmtc.net/platform9/apis/cluster-blueprint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/platform9/cluster-blueprint-api/revisions/708ad90fe444/schema)
