---
title: "List Workspaces"
method: GET
path: "/open/workspaces"
tags: ["Workspaces"]
---

# List Workspaces

`GET /open/workspaces`

Requires `workspaces-read`.

## Response `200`

Successful

- Workspace[]
  - `id` number — The unique identifier for the workspace.
  - `name` string — The name of the workspace.
  - `icon` string — The emoji or icon representing the workspace.
  - `settings` object — General settings for the workspace.

## Other responses

- `403` — Forbidden

---

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