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

# List the dependencies of a component version.

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

## Path parameters

- `componentVersionReference` string, required

## Response `200`

Ok

- ComponentRegistryComponentVersionDependencies — Contains the dependencies of a component version, grouped by component type. Note that not all component types can have dependencies of all component types. For instance, data types can only depend on other data types, but not methods or workflows.
  - `dataTypeDependencies` string[], nullable
  - `engineeringAiAgentDependencies` string[], nullable
  - `methodDependencies` string[], nullable
  - `physicsAiModelDependencies` string[], nullable
  - `workflowTypeDependencies` 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)
