---
title: "List workspaces"
method: GET
path: "/experimental/workspace"
---

# List workspaces

`GET /experimental/workspace`

List all workspaces.

## Query parameters

- `directory` string
- `workspace` string

## Response `200`

Workspaces

- Workspace[]
  - `id` string, required
  - `type` string, required
  - `name` string, required
  - `branch` string, nullable, required
  - `directory` string, nullable, required
  - `extra` unknown, required
  - `projectID` string, required

---

[API](https://skmtc.net/kaaass/apis/opencode.md) · [All operations](https://skmtc.net/kaaass/apis/opencode/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaaass/opencode/versions/8bb9a15bd144/schema)
