---
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
  - `is_public` boolean, 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

## Changes

- **2025-10-13** `5ab425658de0` — 1 info
  - added the required property `items/is_public` to the response with the `200` status

[Change history](https://skmtc.dev/arbicity/apis/arbi/changes/api/user/workspaces/get.md)

---

[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/5ab425658de0/schema)
