---
title: "List the components in a component group."
method: GET
path: "/component-registry/component-groups/{componentGroupReference}/components"
tags: ["Component Registry"]
---

# List the components in a component group.

`GET /component-registry/component-groups/{componentGroupReference}/components`

## Path parameters

- `componentGroupReference` string, required

## Query parameters

- `page` integer
- `size` integer
- `language` string

## Response `200`

Ok

- ComponentRegistryComponentOverview[]
  - `componentReference` string — Reference to a component. Components are organized into a group hierarchy which serves as a qualification mechanism to avoid collisions and also to group components semantically. The fully qualified reference of a component follows the following syntax: `[component_group]:[component]`.
  - `componentType` 'DATA_TYPE' | 'METHOD' | 'WORKFLOW_TYPE' | 'PHYSICS_AI_MODEL' | 'ENGINEERING_AI_AGENT'
  - `name` string, nullable
  - `state` 'ACTIVE' | 'ARCHIVED' — Possible states of a component.

---

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