---
title: "Get a Profile from the registry"
method: GET
path: "/sources/{sourceKey}/v1/profiles/{profileKey}"
tags: ["Profiles"]
---

# Get a Profile from the registry

`GET /sources/{sourceKey}/v1/profiles/{profileKey}`

Get a Profile from the registry.

## Path parameters

- `sourceKey` string, required
- `profileKey` string, required

## Response `200`

The profile with the given key.

- V1Profile
  - `key` string, required
  - `type` 'ROOT' | 'CONTAINED', required
  - `description` string — Description of the profile.
  - `properties` object, required
  - `contained` object

## Other responses

- `404` — The profile does not exist.

---

[API](https://skmtc.dev/clinia/apis/registry-api.md) · [All operations](https://skmtc.dev/clinia/apis/registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clinia/registry-api/revisions/3a9197b11351/schema)
