---
title: "Find Data Class Groups"
method: GET
path: "/dataClassGroups"
tags: ["Data Class Group"]
---

# Find Data Class Groups

`GET /dataClassGroups`

Finds `Data Class Groups` based on the provided criteria.

## Query parameters

- `name` string
- `offset` integer
- `limit` integer

## Response `200`

`Data Class Groups` successfully retrieved.

- DataClassGroupPagedResponse
  - `results` DataClassGroup[] — The list of results.
    - `id` string, uuid, required — The ID of the `Data Class Group`.
    - `name` string, required — Name of the `Data Class Group`.
    - `dataClasses` DataClassId[], required — IDs of the `Data Classes` contained in the `Data Class Group`.

## Other responses

- `400` — The request is not valid.
- `401` — The client is not authenticated.
- `403` — The user lacks permissions.
- `500` — There was an error processing the request.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
