---
title: "Get the collection profile"
method: GET
path: "/mdm/v1/collections/{collectionKey}/profile"
tags: ["Collections"]
---

# Get the collection profile

`GET /mdm/v1/collections/{collectionKey}/profile`

Get the profile for the given collection key.

## Path parameters

- `collectionKey` string, required

## Response `200`

A successful response when the resolution rule exists.

- V2MDMProfile
  - `sourceProfiles` V1SourceProfile[], required — The source profiles used by the mdm profile.
    - `source` string, required
    - `type` string, required

## Other responses

- `404` — Returned when the collection does not exist.

---

[API](https://skmtc.net/clinia/apis/mdm-api.md) · [All operations](https://skmtc.net/clinia/apis/mdm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinia/mdm-api/versions/0ea93fa84bac/schema)
