---
title: "Read the metadata of a component version."
method: GET
path: "/component-registry/component-versions/{componentVersionReference}"
tags: ["Component Registry"]
---

# Read the metadata of a component version.

`GET /component-registry/component-versions/{componentVersionReference}`

## Path parameters

- `componentVersionReference` string, required

## Response `200`

Ok

- ComponentRegistryComponentVersionMetadata — Encapsulates all generic metadata about a component at a particular version.
  - `componentVersionReference` string — Reference to a component version. Components are organized into a group hierarchy which serves as a qualification mechanism to avoid collisions and also to group components semantically. Component versions follow the convention of semantic versioning. The fully qualified reference of a component version follows the following syntax: `[component_group]:[component]:[component_version]`.
  - `description` string
  - `multiLanguageDescription` object, nullable
  - `multiLanguageName` object, nullable
  - `name` string
  - `releaseNotes` string, nullable
  - `state` 'SNAPSHOT' | 'RELEASE_CANDIDATE' | 'RELEASED' | 'DEPRECATED' | 'ARCHIVED' — Possible states of a component version.

---

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