---
title: "Get Control Plane Group Status"
method: GET
path: "/v2/control-planes/{controlPlaneId}/group-status"
tags: ["Control Plane Groups"]
---

# Get Control Plane Group Status

`GET /v2/control-planes/{controlPlaneId}/group-status`

Returns the status of a control plane group, including existing conflicts.

## Response `200`

Status of a control plane group, including existing conflicts.

- object
  - `item` GroupStatus — The Group Status object contains information about the status of a control plane group.
    - `id` string, uuid, required — The control plane group ID.
    - `created_at` string, date-time, required — An ISO-8604 timestamp representation of control plane group status creation date.
    - `updated_at` string, date-time, required — An ISO-8604 timestamp representation of control plane group status update date.
    - `conflicts` GroupConflict[]
      - `cluster_id` string, uuid, required — The ID of a control plane member of a control plane group.
      - `description` string, required — The description of the conflict.
      - `resource` GroupConflictResource, required — A resource causing a conflict in a control plane group.
        - `id` string, uuid, required — The ID of the resource.
        - `type` string, required — The type of the resource.
    - `state` 'OK' | 'CONFLICT' | 'UNKNOWN', required — The state of the control plane group.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal
- `503` — Service Unavailable

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
