---
title: "Retrieve a workspace"
method: GET
path: "/workspaces/{id}"
tags: ["Workspace"]
---

# Retrieve a workspace

`GET /workspaces/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- Workspace
  - `id` string
  - `name` string, nullable
  - `description` string, nullable
  - `metadata` Metadata
  - `created_at` integer
  - `updated_at` integer

## Changes

> 44 revisions in range; 18 could not be searched.

- **2025-07-29** `232f34fd9749` — 2 breaking, 3 info
  - the response property `description` became nullable for the status `200`
  - the response property `name` became nullable for the status `200`
  - the response optional property `created_at` became read-only for the status `200`
  - the response optional property `updated_at` became read-only for the status `200`
  - …1 more
- **2024-08-19** `df1285c8e7dd` — 1 info
  - endpoint added
- **2024-08-06** `f104b2885b04` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/webhookx-io/apis/webhookx-admin-api/changes/workspaces/:id/get.md)

---

[API](https://skmtc.dev/webhookx-io/apis/webhookx-admin-api.md) · [All operations](https://skmtc.dev/webhookx-io/apis/webhookx-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webhookx-io/webhookx-admin-api/revisions/0afb563ce365/schema)
