---
title: "Get My Workspace"
method: GET
path: "/v1/external/workspaces/me"
tags: ["Wiki"]
---

# Get My Workspace

`GET /v1/external/workspaces/me`

Retrieve the single workspace implicit in the caller's API key.

Resolution follows the same order as `GET /v1/external/workspaces`:
1. Workspace-bound key → that workspace's GUID
2. Legacy team key → the team's workspace GUID
3. Personal/OAuth key → the user's default workspace GUID

Used by the MCP server and CLI to fill the `{workspaceGuid}` path segment
without requiring the caller to pass a workspace parameter explicitly.

## Response `200`

The caller's implicit workspace

- WorkspaceMeResponse
  - `guid` string, required — The caller's implicit workspace GUID

## Other responses

- `401` — Unauthorized
- `404` — No workspace is associated with this API key

---

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