---
title: "List groups"
method: GET
path: "/v3/groups"
tags: ["groups"]
---

# List groups

`GET /v3/groups`

Lists all generic volume groups

## Query parameters

- `all_tenants` string
- `sort` string
- `sort_key` string
- `sort_dir` 'asc' | 'desc'
- `limit` integer
- `offset` integer
- `marker` string

## Response `200`

OK

- GroupsSimple
  - `groups` GroupSimple[]
    - `id` string, uuid — The UUID of the group
    - `name` string, nullable — The group name

---

[API](https://skmtc.net/platform9/apis/cluster-blueprint-api.md) · [All operations](https://skmtc.net/platform9/apis/cluster-blueprint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/platform9/cluster-blueprint-api/revisions/708ad90fe444/schema)
