---
title: "Get Version by Name"
method: GET
path: "/api/v1/version/name/{version_name}"
tags: ["Version Management"]
---

# Get Version by Name

`GET /api/v1/version/name/{version_name}`

Retrieve a specific Version based on its name.

## Path parameters

- `version_name` string, required

## Response `200`

Success.

- 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)
