---
title: "List workspaces"
method: GET
path: "/v1/workspaces"
tags: ["Workspaces"]
---

# List workspaces

`GET /v1/workspaces`

List all workspaces accessible to the API key. Account-scoped keys see all workspaces in account. Workspace-scoped keys see only their workspace.

## Response `200`

Array of workspaces accessible to the API key

- 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

- `401` — Missing or invalid API key

---

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