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

# List the dependents of a component version.

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

## Path parameters

- `componentVersionReference` string, required

## Response `200`

Ok

- ComponentRegistryComponentVersionDependents — Contains the component versions dependent on a component version, grouped by component type. Note that not all component types can have dependents of all component types. For instance, data types cannot depend on methods or workflow types.
  - `dataTypeDependents` string[], nullable
  - `engineeringAiAgentDependents` string[], nullable
  - `methodDependents` string[], nullable
  - `physicsAiModelDependents` string[], nullable
  - `workflowTypeDependents` string[], nullable

---

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