---
title: "Get workspace by ID"
method: GET
path: "/v1/workspaces/{id}"
tags: ["Workspaces"]
---

# Get workspace by ID

`GET /v1/workspaces/{id}`

Retrieves a specific workspace by its UUID. Requires valid API key with access to the workspace.

## Path parameters

- `id` string, uuid, required — Workspace UUID

## Response `200`

Workspace retrieved successfully

- Workspace
  - `id` string, uuid, required — Unique workspace identifier
  - `accountId` string, uuid, required — Account ID that owns this workspace
  - `name` string, required — Workspace name
  - `description` string, nullable, required — Optional workspace description
  - `timezone` string, required — Workspace timezone (IANA format)
  - `contactEmail` string, email, nullable, required — Contact email for workspace
  - `contactPhone` string, nullable, required — Contact phone for workspace
  - `createdAt` string, date-time, required — Workspace creation timestamp
  - `updatedAt` string, date-time, required — Workspace last update timestamp

## Other responses

- `400` — Invalid workspace ID format
- `401` — Missing or invalid API key
- `403` — API key does not have access to this workspace
- `404` — Workspace not found

---

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