---
title: "Get Ws"
method: GET
path: "/api/v1/workspaces/{workspace_id}"
tags: ["workspaces"]
---

# Get Ws

`GET /api/v1/workspaces/{workspace_id}`

## Path parameters

- `workspace_id` string, required

## Headers

- `authorization` string, required

## Response `200`

Successful Response

- WorkspaceResponse
  - `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)
