---
title: "Get Current User Workspaces"
method: GET
path: "/api/user/workspaces"
tags: ["user"]
---

# Get Current User Workspaces

`GET /api/user/workspaces`

Retrieve the list of workspaces associated with the current authenticated user.
Leverages RLS to enforce access control.

## Response `200`

Successful Response

- WorkspaceResponse[]
  - `external_id` string, required
  - `name` string, required
  - `description` string, nullable, required
  - `created_by_ext_id` string, required
  - `updated_by_ext_id` string, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/84efd317dcde/schema)
