---
title: "List versions of the models"
method: GET
path: "/models/{model_id}/versions"
tags: ["version"]
---

# List versions of the models

`GET /models/{model_id}/versions`

## Path parameters

- `model_id` integer, required

## Query parameters

- `limit` integer
- `cursor` string
- `search` string

## Response `200`

OK

## Other responses

- `404` — Model with given `model_id` not found

## Changes

- **2023-12-05** `d062ab20ef25` — 1 breaking
  - removed the media type `*/*` for the response with the status `200`
- **2021-01-08** `bd7c2eaf05f4` — 3 info
  - added the new optional `query` request parameter `cursor`
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `search`
- **2020-09-28** `c4b3505de7df` — 1 breaking, 4 warning
  - removed the media type `*/*` for the response with the status `200`
  - the optional response header `Next-Cursor` removed for the status `200`
  - deleted the `query` request parameter `cursor`
  - deleted the `query` request parameter `limit`
  - …1 more

[Change history](https://skmtc.dev/caraml-dev/apis/merlin/changes/models/:model_id/versions/get.md)

---

[API](https://skmtc.dev/caraml-dev/apis/merlin.md) · [All operations](https://skmtc.dev/caraml-dev/apis/merlin/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caraml-dev/merlin/revisions/d062ab20ef25/schema)
