---
title: "Gets the earliest available catalog version"
method: GET
path: "/versions/minimum"
tags: ["metadata"]
---

# Gets the earliest available catalog version

`GET /versions/minimum`

Returns minimum version for the given catalog. If the catalog doesn't contain any versions 404 will be returned.

## Query parameters

- `billingTag` string

## Response `200`

OK

- VersionResponse — The version of the catalog.
  - `version` integer, required — The version of the catalog metadata. It is incremented every time a catalog metadata is changed e.g. by publishing new partitions to durable layers.

## Other responses

- `400` — Bad Request - indicates that the request failed the validation, e.g. syntax check is failing, logical errors exist or required parameters are missing.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Catalog does not exist or the catalog doesn't contain any versions.

---

[API](https://skmtc.dev/here/apis/query-api-v1.md) · [All operations](https://skmtc.dev/here/apis/query-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/here/query-api-v1/revisions/30e5d2645407/schema)
