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

# List workspaces

`GET /v1/workspaces`

Lists all workspaces owned by the authenticated user.

## Response `200`

List of workspaces

- WorkspaceListResponse
  - `workspaces` WorkspaceSummary[]
    - `_id` string
    - `name` string
    - `state` 'ACTIVE' | 'FROZEN'
    - `plan` 'base' | 'standard' | 'pro'
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Missing authentication

---

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