---
title: "Get set of groups"
method: GET
path: "/groups"
tags: ["groups"]
---

# Get set of groups

`GET /groups`

## Response `200`

The list of groups registered to dashboard

- string[]

## Other responses

- `default` — Unexpected error

## Changes

- **2021-02-15** `e54cd8a3e400` — 1 breaking, 2 info
  - the response's body type changed from no type to `object` for status `default`
  - added the optional property `code` to the response with the `default` status
  - added the optional property `message` to the response with the `default` status
- **2021-02-15** `4c069bd0d746` — 1 breaking, 2 warning
  - the response's body type changed from `object` to no type for status `default`
  - removed the optional property `code` from the response with the `default` status
  - removed the optional property `message` from the response with the `default` status
- **2021-02-11** `14d81430e085` — 1 breaking, 2 info
  - the response's body type changed from no type to `object` for status `default`
  - added the optional property `code` to the response with the `default` status
  - added the optional property `message` to the response with the `default` status
- **2021-01-26** `aa196e4867eb` — 1 breaking, 2 warning
  - the `items/` response's property type changed from `object` to `string` for status `200`
  - removed the optional property `items/groupId` from the response with the `200` status
  - removed the optional property `items/groupName` from the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard/changes/groups/get.md)

---

[API](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard.md) · [All operations](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/cluster-aware-mi-dashboard/revisions/e54cd8a3e400/schema)
