---
title: "Get the cluster list which user can create devSpace"
method: GET
path: "/v2/dev_space/cluster"
tags: ["Cluster"]
---

# Get the cluster list which user can create devSpace

`GET /v2/dev_space/cluster`

Get the cluster list which user can create devSpace

## Headers

- `Authorization` string, required

## Response `200`

{"code":0,"message":"OK","data":model.ClusterList}

- ModelClusterList
  - `created_at` string
  - `has_dev_space` boolean
  - `id` integer
  - `info` string
  - `is_ready` boolean
  - `modifiable` boolean
  - `name` string
  - `not_ready_message` string
  - `server` string
  - `storage_class` string
  - `user_id` integer
  - `users_count` integer

## Changes

> 43 revisions in range; 1 could not be searched.

- **2021-08-20** `19d6673fd9e3` — 1 info
  - endpoint added
- **2020-10-29** `626c0be310f3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/nocalhost/apis/nocalhost-docs-api/changes/v2/dev_space/cluster/get.md)

---

[API](https://skmtc.dev/nocalhost/apis/nocalhost-docs-api.md) · [All operations](https://skmtc.dev/nocalhost/apis/nocalhost-docs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nocalhost/nocalhost-docs-api/revisions/9f53c7025f7a/schema)
