---
title: "Get a workspace by public ID"
method: GET
path: "/workspaces/{workspacePublicId}"
tags: ["Workspaces"]
---

# Get a workspace by public ID

`GET /workspaces/{workspacePublicId}`

Retrieves a workspace by its public ID

## Path parameters

- `workspacePublicId` string, required

## Response `200`

Successful response

- object
  - `publicId` string, required
  - `name` string, required
  - `slug` string, required
  - `showEmailsToMembers` boolean, nullable, required
  - `weekStartDay` number, nullable, required
  - `members` object[], required
    - `publicId` string, required
    - `email` string
    - `role` string, required
    - `status` string, required
    - `createdAt` string, required
    - `user` object, nullable, required
      - `id` string, nullable, required
      - `name` string, nullable, required
      - `email` string
      - `image` string, nullable, required
  - `subscriptions` object[], required
    - `plan` string, required
    - `status` string, required
    - `seats` number, nullable, required
    - `unlimitedSeats` boolean, nullable, required
    - `partnerTier` number, nullable, required
    - `periodStart` string, nullable, required
    - `periodEnd` string, nullable, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

---

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