---
title: "List available Cube versions"
method: GET
path: "/api/v1/deployments/{deploymentId}/versions"
tags: ["Deployments"]
---

# List available Cube versions

`GET /api/v1/deployments/{deploymentId}/versions`

## Path parameters

- `deploymentId` integer, required

## Query parameters

- `after` string, nullable
- `first` integer, nullable

## Response `200`

- DeploymentVersionsResponse
  - `items` DeploymentVersion[], required
    - `isCurrent` boolean, required
    - `isLatestInChannel` boolean, required
    - `releaseChannel` 'latest' | 'release', required
    - `releaseChannelVersion` string, required
    - `version` string, required
  - `pageInfo` PageInfo
    - `endCursor` string, nullable
    - `hasNextPage` boolean, required
    - `hasPreviousPage` boolean, required
    - `startCursor` string, nullable

## Changes

- **2026-08-27** `97e151460143` — 1 breaking, 4 info
  - removed the required property `data` from the response with the `200` status
  - added the new optional `query` request parameter `after`
  - added the new optional `query` request parameter `first`
  - added the optional property `pageInfo` to the response with the `200` status
  - …1 more
- **2026-08-17** `29d481391a25` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cube-js/apis/cube-cloud-rest-api/changes/api/v1/deployments/:deploymentId/versions/get.md)

---

[API](https://skmtc.dev/cube-js/apis/cube-cloud-rest-api.md) · [All operations](https://skmtc.dev/cube-js/apis/cube-cloud-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cube-js/cube-cloud-rest-api/revisions/3adb3c5e66ca/schema)
