---
title: "List Cluster Groups"
method: GET
path: "/v2/nvcf/clusterGroups"
tags: ["Cluster Groups and GPUs"]
---

# List Cluster Groups

`GET /v2/nvcf/clusterGroups`

Lists Cluster Groups for the current account. The response includes cluster  groups defined specifically in the current account and publicly available  cluster groups such as GFN, OCI, etc. Requires a bearer token with 'list_cluster_groups' scope in HTTP Authorization header.

## Response `200`

OK

- ClusterGroupsResponse
  - `clusterGroups` ClusterGroup[]
    - `id` string, uuid
    - `name` string
    - `ncaId` string
    - `authorizedNcaIds` string[]
    - `gpus` Gpu[]
      - `name` string
      - `instanceTypes` InstanceType[]
        - `name` string
        - `description` string
        - `default` boolean
    - `clusters` Cluster[]
      - `k8sVersion` string
      - `id` string
      - `name` string

---

[API](https://skmtc.dev/brevdev/apis/cloud-functions.md) · [All operations](https://skmtc.dev/brevdev/apis/cloud-functions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brevdev/cloud-functions/revisions/add37b001ffc/schema)
