---
title: "List the versions of a component."
method: GET
path: "/component-registry/components/{componentReference}/versions"
tags: ["Component Registry"]
---

# List the versions of a component.

`GET /component-registry/components/{componentReference}/versions`

## Path parameters

- `componentReference` string, required

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Ok

- ComponentRegistryComponentVersionMetadata[]
  - `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)
