---
title: "List workspaces for the current user"
method: GET
path: "/api/workspaces"
tags: ["Workspaces"]
---

# List workspaces for the current user

`GET /api/workspaces`

## Response `200`

OK

- Workspace[]
  - `created_at` string, required
  - `id` string, required
  - `name` string, required
  - `updated_at` string, required

## Other responses

- `500` — internal error

---

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