---
title: "Get a List of Versions"
method: GET
path: "/api/v1/versions"
tags: ["Version Management"]
---

# Get a List of Versions

`GET /api/v1/versions`

Retrieve a list of Versions, with an option to filter by status. If no parameters are provided, it returns all versions.

## Query parameters

- `status` 'DRAFT' | 'ACTIVE' | 'DEACTIVATED'

## Response `200`

Success. Returns a list of version objects.

- Version[]
  - `name` string — Name of the version.
  - `comment` string — Comment provided during version creation.
  - `status` string — Status of the version.
  - `version_id` string — The unique identifier of the version.

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/revisions/c30f5b9fbfab/schema)
