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

# List workspaces for the authenticated identity

`GET /api/workspaces`

## Query parameters

- `cursor` string — Opaque, endpoint-specific pagination cursor.
- `limit` integer

## Response `200`

Workspaces ordered by newest membership first

- WorkspaceList
  - `items` Workspace[], required
    - `id` string, required — Opaque resource identifier. Clients must compare it only as a string.
    - `name` string, required
    - `description` string
    - `role` 'owner' | 'admin' | 'member', required — Fixed base role. Custom roles are not part of the Beta workspace contract.
    - `createdAt` string, date-time, required — UTC RFC 3339 timestamp. Writers emit a trailing `Z`.
    - `updatedAt` string, date-time, required — UTC RFC 3339 timestamp. Writers emit a trailing `Z`.
  - `pageInfo` PageInfo, required
    - `nextCursor` string — Opaque, endpoint-specific pagination cursor.
    - `hasMore` boolean, required

## Other responses

- `400` — Request failed using the Beta API error envelope.
- `401` — Request failed using the Beta API error envelope.

## Changes

- **2026-08-19** `5e87ccdae3cf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kubeorch/apis/kubeorch-core-api/changes/api/workspaces/get.md)

---

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