# List instance clusters **GET /admin/clusters** This feature was introduced in GitLab 13.2. Returns a list of instance clusters. ## Servers - https://www.gitlab.com/api/v4: https://www.gitlab.com/api/v4 () ## Authentication methods - Api key auth ## Parameters ## Responses ### 200 List instance clusters #### Body: application/json (array[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 [Powered by Bump.sh](https://bump.sh)