# Get a single instance cluster **GET /admin/clusters/{cluster_id}** This feature was introduced in GitLab 13.2. Returns a single instance cluster. ## Servers - https://www.gitlab.com/api/v4: https://www.gitlab.com/api/v4 () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **cluster_id** (integer(int32)) The cluster ID ## Responses ### 200 Get a single instance cluster #### Body: application/json (object) - **id** (string) - **name** (string) - **created_at** (string) - **domain** (string) - **enabled** (string) - **managed** (string) - **provider_type** (string) - **platform_type** (string) - **environment_scope** (string) - **cluster_type** (string) - **namespace_per_environment** (string) - **user** (object) - **platform_kubernetes** (object) - **provider_gcp** (object) - **management_project** (object) ### 403 Forbidden ### 404 Not found [Powered by Bump.sh](https://bump.sh)