---
title: "Get All Features of Cluster Group"
method: GET
path: "/api/v1/orgs/{orgid}/clustergroups/{clusterGroupId}/features"
tags: ["clustergroup features"]
---

# Get All Features of Cluster Group

`GET /api/v1/orgs/{orgid}/clustergroups/{clusterGroupId}/features`

retrieve info about a cluster group feature and it's status on each member cluster

## Path parameters

- `orgId` integer, required
- `clusterGroupId` integer, required

## Response `200`

OK

- ApiFeatureResponse[]
  - `clusterGroup` ApiClusterGroup
    - `enabledFeatures` string[]
    - `id` integer
    - `members` ApiMember[]
      - `cloud` string
      - `distribution` string
      - `id` integer
      - `name` string
      - `status` string
    - `name` string
    - `organizationId` integer
    - `uid` string
  - `enabled` boolean
  - `lastReconcileError` string
  - `name` string
  - `properties` object
  - `reconcileState` string
  - `status` object

## Other responses

- `default` — Internal server error

---

[API](https://skmtc.net/banzaicloud/apis/pipeline-api.md) · [All operations](https://skmtc.net/banzaicloud/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banzaicloud/pipeline-api/versions/a2e35c430378/schema)
