---
title: "List available EKS clusters"
method: GET
path: "/api/containers/eks/list_clusters"
tags: ["Elastic Kubernetes Service (EKS)"]
---

# List available EKS clusters

`GET /api/containers/eks/list_clusters`

Retrieves a list of EKS clusters that are tagged for visibility with the current EDH cluster ID

## Query parameters

- `cluster` string

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

EKS clusters retrieved successfully

- object
  - `success` boolean, required
  - `message` string[], required — List of available EKS cluster names

## Other responses

- `401` — Unauthorized - invalid authentication
- `403` — Forbidden - insufficient permissions
- `500` — Internal server error

---

[API](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/versions/6db97cead8df/schema)
