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

# Get Workspace

`GET /workspaces/{workspace_id}`

## Path parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- WorkspaceResponse
  - `id` string, required
  - `owner_user_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `created_at` string, date-time, required
  - `team_id` string, nullable
  - `repos` WorkspaceMemberResponse[], nullable
    - `repo_id` string, required
    - `alias` string, nullable
    - `added_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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