---
title: "Get Workspace by Id"
method: GET
path: "/api/v1/workspaces/{workspaceId}"
tags: ["Workspaces"]
---

# Get Workspace by Id

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

## Path parameters

- `workspaceId` string, uuid, required

## Response `200`

OK

- ExternalAPIContractsResponsesV1EntitiesWorkspace
  - `id` string, uuid, required
  - `displayId` string, nullable, required
  - `title` string, nullable, required

---

[API](https://skmtc.net/teamhood/apis/teamhood-api-v1.md) · [All operations](https://skmtc.net/teamhood/apis/teamhood-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teamhood/teamhood-api-v1/versions/85a10c67381d/schema)
