---
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

---

[API](https://skmtc.net/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.net/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/versions/e3650e48373b/schema)
