---
title: "Get Cluster Connection Info"
method: GET
path: "/v1/accounts/{account_id}/clusters/{cluster_id}:getConnectionInfo"
tags: ["gateway.openapi_Gateway"]
---

# Get Cluster Connection Info

`GET /v1/accounts/{account_id}/clusters/{cluster_id}:getConnectionInfo`

Retrieve connection settings for the cluster to be put in kubeconfig

## Path parameters

- `account_id` string, required
- `cluster_id` string, required

## Query parameters

- `readMask` string

## Response `200`

A successful response.

- GatewayClusterConnectionInfo
  - `endpoint` string — The cluster's Kubernetes API server endpoint.
  - `caData` string — Base64-encoded cluster's CA certificate.

---

[API](https://skmtc.net/fw-ai-external/apis/gateway-rest-api.md) · [All operations](https://skmtc.net/fw-ai-external/apis/gateway-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fw-ai-external/gateway-rest-api/revisions/29a1e4db152c/schema)
