---
title: "Get Version by ID"
method: GET
path: "/api/v1/version/id/{version_id}"
tags: ["Version Management"]
---

# Get Version by ID

`GET /api/v1/version/id/{version_id}`

Retrieve a specific Version based on its unique DealHub ID.

## Path parameters

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