---
title: "List collections in the MDM"
method: GET
path: "/mdm/v1/collections"
tags: ["Collections"]
---

# List collections in the MDM

`GET /mdm/v1/collections`

List collections in the MDM.

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

A successful response.

- object
  - `meta` V1ListResponseMeta, required
    - `numPages` integer, required
    - `page` integer, required
    - `perPage` integer, required
    - `total` integer, required
  - `data` V1Collection[], required
    - `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

- `400` — Returned when the request is malformed or invalid.

---

[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)
