---
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

---

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