---
title: "List workspaces"
method: GET
path: "/v1/workspaces"
tags: ["Workspace"]
---

# List workspaces

`GET /v1/workspaces`

## Response `200`

OK

- object
  - `workspaces` object[], required
    - `id` string, required
    - `name` string, required
    - `icon` string, nullable, required
    - `plan` 'FREE' | 'STARTER' | 'PRO' | 'LIFETIME' | 'OFFERED' | 'CUSTOM' | 'UNLIMITED' | 'ENTERPRISE', required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `500` — 500

---

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