---
title: "list all workspaces visible to me"
method: GET
path: "/workspaces/list"
tags: ["workspace"]
---

# list all workspaces visible to me

`GET /workspaces/list`

## Response `200`

all workspaces

- Workspace[]
  - `id` string, required
  - `name` string, required
  - `owner` string, required
  - `domain` string
  - `color` string
  - `parent_workspace_id` string, nullable

---

[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/88b3716ecf04/schema)
