---
title: "List Workspaces"
method: GET
path: "/v1/workspaces"
tags: ["v1", "protected", "workspaces"]
---

# List Workspaces

`GET /v1/workspaces`

List every workspace the current user can reach (personal + joined).

Provisions the caller's personal workspace on first call, so a brand
new user always gets at least one entry. Baseline governance policies are
seeded by the workspace-creation hook (see ``get_workspace_service``).

## Response `200`

Successful Response

- WorkspaceResponse[]
  - `id` string, required
  - `name` string, required
  - `slug` string, required
  - `type` string, required

## Changes

- **2026-06-18** `dad98bb65260` — 1 info
  - endpoint added
- **2026-03-30** `e9c153221160` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/workspaces/get.md)

---

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