---
title: "Get workspace by ID."
method: GET
path: "/project/v1/workspaces/{workspaceId}"
tags: ["workspaces"]
---

# Get workspace by ID.

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

Get a specific workspace by ID with its projects.

## Path parameters

- `workspaceId` string, required

## Response `200`

Default Response

- object
  - `data` object
    - `id` number
    - `name` string
    - `projects` object[]
      - `id` number
      - `name` string
      - `status` string

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

## Changes

- **2026-01-19** `42ce261f6dec` — 8 info
  - the response property `error` became required for the status `400`
  - the response property `error` became required for the status `401`
  - the response property `error` became required for the status `403`
  - the response property `error` became required for the status `404`
  - …4 more
- **2026-01-13** `343ccfa7da7d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unlayer/apis/unlayer-api/changes/project/v1/workspaces/:workspaceId/get.md)

---

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