---
title: "List workspaces the user belongs to"
method: GET
path: "/api/workspaces"
tags: ["workspace"]
---

# List workspaces the user belongs to

`GET /api/workspaces`

[cloud-only] Returns the list of workspaces the authenticated user is a member of.

## Response `200`

Workspace list

- Workspace[]
  - `id` string, required
  - `name` string, required
  - `owner_id` string
  - `member_count` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Feature not enabled for user
- `500` — Internal server error

## Changes

- **2026-05-22** `09a5075587c8` — 2 info
  - added the non-success response with the status `404`
  - added the non-success response with the status `500`
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/workspaces/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/09a5075587c8/schema)
