---
title: "Returns a list of groups."
method: GET
path: "/cc/v1/groups"
tags: ["Groups"]
---

# Returns a list of groups.

`GET /cc/v1/groups`

Optional extended description in Markdown.

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Detailed Group and Group information.

- PageGroupList
  - `models` Group[]
    - `id` integer — the id of group
    - `name` string — the groupName
    - `groupType` string — the type of group
    - `subsystemId` integer — the systemId of group
    - `subsystemName` string — the systemName of group
    - `remarks` string — the uid remarks user
    - `enableFlag` integer — Whether the data is valid
    - `departmentId` string — the departmentId of group
    - `departmentName` string — the departmentId of group
    - `clusterName` string — the clusterName of group
    - `rmb_dcn` string
    - `rmb_idc` string
    - `service_id` integer
  - `pageNumber` integer
  - `total` integer
  - `pageSize` integer
  - `totalPage` integer

## Other responses

- `401` — Unauthorized
- `404` — url to get allGroups not found.

---

[API](https://skmtc.net/webankfintech/apis/mlss-cc-api.md) · [All operations](https://skmtc.net/webankfintech/apis/mlss-cc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/webankfintech/mlss-cc-api/versions/615a549c16f7/schema)
