---
title: "List workspaces"
method: GET
path: "/api/v3/workspaces/"
---

# List workspaces

`GET /api/v3/workspaces/`

List all workspaces the authenticated user or client can access.

## Response `200`

List of workspaces

- WorkspaceList
  - `workspaces` Workspace[]
    - `name` string — Workspace identifier
    - `displayName` string — Human-readable workspace name
    - `createdAt` string, date-time

---

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