---
title: "Get Versions"
method: GET
path: "/versions"
tags: ["public"]
---

# Get Versions

`GET /versions`

Fetches the latest stable and beta versions of Onyx Docker images.
Since DockerHub does not explicitly flag stable and beta images,
this endpoint can be used to programmatically check for new images.

## Response `200`

Successful Response

- AllVersions
  - `stable` ContainerVersions, required
    - `onyx` string, required
    - `relational_db` string, required
    - `index` string, required
    - `nginx` string, required
  - `dev` ContainerVersions, required
    - `onyx` string, required
    - `relational_db` string, required
    - `index` string, required
    - `nginx` string, required
  - `migration` ContainerVersions, required
    - `onyx` string, required
    - `relational_db` string, required
    - `index` string, required
    - `nginx` string, required

## Changes

- **2026-01-06** `2d941ea53eb3` — 4 info
  - api tag `public` added
  - the response property `dev` became required for the status `200`
  - the response property `migration` became required for the status `200`
  - the response property `stable` became required for the status `200`
- **2025-09-10** `624199972123` — 1 info
  - endpoint added
- **2025-08-21** `9321c45d93b5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/onyx-dot-app/apis/onyx-api/changes/versions/get.md)

---

[API](https://skmtc.dev/onyx-dot-app/apis/onyx-api.md) · [All operations](https://skmtc.dev/onyx-dot-app/apis/onyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onyx-dot-app/onyx-api/revisions/2d941ea53eb3/schema)
