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

# Get a collection in the MDM

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

Get the collection with given key in the MDM.

## Path parameters

- `collectionKey` string, required

## Response `200`

A successful response when the collection exists.

- V1Collection
  - `key` string
  - `profile` V2MDMProfile, required
    - `sourceProfiles` V1SourceProfile[], required — The source profiles used by the mdm profile.
      - `source` string, required
      - `type` string, required
  - `resolutionRule` V1ResolutionRule
    - `resolvers` object, required
    - `matchers` object, required
    - `properties` object, required — The properties used in the resolution rule.
    - `mappings` V2PropertyMappings[], required
      - `source` string, required
      - `type` string, required
      - `paths` object, required — Maps one or multiple properties with the following format: `{rulePropertyKey: sourcePropertyPath}` The source property path is a dot separated path to the source property. It can include a contained key to reference a property in a contained resource.

## 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/revisions/0ea93fa84bac/schema)
