---
title: "List Workspaces"
method: GET
path: "/v1/workspaces"
tags: ["Projects/Brands"]
---

# List Workspaces

`GET /v1/workspaces`

Workspaces the API key owner belongs to. Pass a workspace id as organizationId to GET /v1/projects to scope the brand list to it.

## Response `200`

Workspaces for the authenticated user

- object
  - `success` boolean
  - `data` object
    - `workspaces` object[]
      - `id` string
      - `name` string
      - `type` string
      - `role` string — The caller's role in this workspace
      - `personal` boolean — True for the caller's personal workspace
      - `projects` object[] — Brands in this workspace the caller can access (id + name). Use GET /v1/projects?organizationId= for full details.
        - `id` string
        - `name` string

## Changes

- **2026-09-02** `e4d1d87bfcbe` — 1 info
  - endpoint added

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

---

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