---
title: "Get all workspaces"
method: GET
path: "/workspaces"
tags: ["Workspaces"]
---

# Get all workspaces

`GET /workspaces`

Retrieves all workspaces for the authenticated user

## Response `200`

Successful response

- object[]
  - `role` string, required
  - `workspace` object, required
    - `publicId` string, required
    - `name` string, required
    - `description` string, nullable, required
    - `slug` string, required
    - `plan` 'free' | 'team' | 'pro' | 'enterprise', required
    - `weekStartDay` number, nullable, required
    - `cardPrefix` string, required
    - `deletedAt` string, nullable, required

## Other responses

- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

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