---
title: "this workspace's active canonical dev workspace, if any"
method: GET
path: "/w/{workspace}/workspaces/get_dev_workspace"
tags: ["workspace"]
---

# this workspace's active canonical dev workspace, if any

`GET /w/{workspace}/workspaces/get_dev_workspace`

## Path parameters

- `workspace` string, required

## Response `200`

the dev workspace, or null if none

- object, nullable
  - `id` string, required
  - `name` string, required
  - `dev_workspace_label` string, nullable — Environment label, e.g. 'dev' or 'staging'; null defaults to 'dev'

## Changes

- **2026-07-06** `705cf438a8d2` — 1 info
  - added the optional property `dev_workspace_label` to the response with the `200` status
- **2026-06-30** `1319dda7bbc5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/workspaces/get_dev_workspace/get.md)

---

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