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

# List Ws

`GET /api/v1/workspaces`

## Headers

- `authorization` string, required

## Response `200`

Successful Response

- WorkspaceListResponse
  - `workspaces` WorkspaceResponse[], required
    - `id` string, required
    - `slug` string, required
    - `name` string, required
    - `owner_id` string, required
    - `plan` string, required
    - `max_agents` integer, required
    - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tomeku-development/apis/mesh-platform-api.md) · [All operations](https://skmtc.dev/tomeku-development/apis/mesh-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tomeku-development/mesh-platform-api/revisions/08ace1bb7b09/schema)
