---
title: "List Control Plane Group Memberships"
method: GET
path: "/v2/control-planes/{controlPlaneId}/group-memberships"
tags: ["Control Plane Groups"]
---

# List Control Plane Group Memberships

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

Returns an array of control planes that are a member of this control plane group.

## Query parameters

- `page[size]` integer
- `page[after]` string

## Response `200`

A paginated list response for a collection of control plane group memberships.

- object
  - `meta` CursorPaginatedMetaWithSizeAndTotal, required — returns the pagination information
    - `page` CursorMetaWithSizeAndTotal, required
      - `next` string, path, nullable, required — URI to the next page
      - `size` number, required — Requested page size
      - `total` number — Total number of objects in the collection; will only be present on the first page
  - `data` ControlPlane[], required — Array of control planes summary who are a child to this control plane group.
    - `id` string, uuid, required — The control plane ID.
    - `name` string, required — The name of the control plane.
    - `description` string, required — The description of the control plane in Konnect.
    - `labels` Labels, required — Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
    - `config` object, required — CP configuration object for related access endpoints.
      - `control_plane_endpoint` string, url, required — Control Plane Endpoint.
      - `telemetry_endpoint` string, url, required — Telemetry Endpoint.
      - `cluster_type` 'CLUSTER_TYPE_CONTROL_PLANE' | 'CLUSTER_TYPE_K8S_INGRESS_CONTROLLER' | 'CLUSTER_TYPE_CONTROL_PLANE_GROUP' | 'CLUSTER_TYPE_SERVERLESS' | 'CLUSTER_TYPE_KAFKA_NATIVE_EVENT_PROXY' | 'CLUSTER_TYPE_SERVERLESS_V1', required — The ClusterType value of the cluster associated with the Control Plane.
      - `auth_type` 'pinned_client_certs' | 'pki_client_certs', required — The auth type value of the cluster associated with the Runtime Group.
      - `cloud_gateway` boolean, required — Whether the Control Plane can be used for cloud-gateways.
      - `proxy_urls` ProxyURL[], required — Array of proxy URLs associated with reaching the data-planes connected to a control-plane.
        - `host` string, required — Hostname of the proxy URL.
        - `port` integer, required — Port of the proxy URL.
        - `protocol` string, required — Protocol of the proxy URL.
    - `created_at` string, date-time, required — An ISO-8604 timestamp representation of control plane creation date.
    - `updated_at` string, date-time, required — An ISO-8604 timestamp representation of control plane update date.

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