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

# List Workspaces

`GET /v1/external/workspaces`

List all workspaces accessible to the caller's API key or OAuth token.

Resolution order:
1. Workspace-bound API key → the single bound workspace
2. Organization-bound API key → all active workspaces in the organization
3. Legacy team API key → the team's workspace
4. Personal/OAuth key → all workspaces the user is a member of

Use this endpoint to enumerate workspaces when your account belongs to multiple workspaces,
then pass the chosen workspace `guid` to the wiki endpoints.

## Response `200`

List of accessible workspaces

- ExternalWorkspaceListResponse
  - `workspaces` ExternalWorkspaceSummary[], required — List of accessible workspaces
    - `guid` string, required — Unique workspace identifier
    - `name` string, required — Human-readable workspace name
    - `isWikiEnabled` boolean, required — Whether wiki is both plan-eligible and activated for this workspace

## Other responses

- `401` — Unauthorized

---

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