---
title: "List all available Profiles in the registry"
method: GET
path: "/sources/{sourceKey}/v1/profiles"
tags: ["Profiles"]
---

# List all available Profiles in the registry

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

List all available Profiles in the registry.

## Path parameters

- `sourceKey` string, required

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

Return all profiles available in the registry.

- object
  - `meta` V1ListResponseMeta, required
    - `numPages` integer, required
    - `page` integer, required
    - `perPage` integer, required
    - `total` integer, required
  - `data` V1Profile[], required
    - `key` string, required
    - `type` 'ROOT' | 'CONTAINED', required
    - `description` string — Description of the profile.
    - `properties` object, required
    - `contained` object

## Other responses

- `400` — Returned when the request is malformed or invalid.
- `404` — The source 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)
