---
title: "Get a list of application development environments"
method: GET
path: "/v1/users/{id}/dev_space_list"
tags: ["Application"]
---

# Get a list of application development environments

`GET /v1/users/{id}/dev_space_list`

Get application dev space list

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Application development environment parameters,

- ModelClusterUserJoinClusterAndAppAndUser
  - `cluster_admin` integer
  - `cluster_id` integer
  - `cluster_name` string
  - `created_at` string
  - `id` integer
  - `kubeconfig` string
  - `namespace` string
  - `space_name` string
  - `space_resource_limit` string
  - `status` integer
  - `user_id` integer
  - `user_name` string

## Changes

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

- **2021-01-14** `59ef269bb821` — 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/v1/users/:id/dev_space_list/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)
