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

# List groups

`GET /groups`

Lists groups

## Query parameters

- `domain_id` string
- `name` string
- `limit` integer
- `marker` string

## Headers

- `X-Auth-Token` string, required

## Response `200`

Groups listed successfully

- GroupsResponse
  - `groups` Group[], required
    - `id` string, required
    - `name` string, required
    - `description` string
    - `domain_id` string
    - `domain` Domain
      - `id` string, required
      - `name` string, required
      - `description` string
      - `enabled` boolean, required
      - `links` Links
        - `self` string, required
        - `previous` string, nullable
        - `next` string, nullable
      - `options` object
    - `links` Links
      - `self` string, required
      - `previous` string, nullable
      - `next` string, nullable
  - `links` Links, required
    - `self` string, required
    - `previous` string, nullable
    - `next` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Missing or invalid JWT token.
- `403` — Token does not have permission for this operation.

---

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