---
title: "Fetch a workspace"
method: GET
path: "/workspaces/{workspaceId}"
tags: ["Workspace"]
---

# Fetch a workspace

`GET /workspaces/{workspaceId}`

## Response `200`

The workspace object.

- Workspace
  - `object` 'workspace', required
  - `id` string, uuid, required
  - `name` string, required
  - `createdByApi` boolean, required — True when the workspace was created through the API (upload-first bootstrap or agent auto-create).
  - `url` string, uri, required — Deep link a human can open.
  - `createdAt` string, date-time, required

## Other responses

- `404` — WORKSPACE_NOT_FOUND.

---

[API](https://skmtc.net/origami/apis/origami-agent-api.md) · [All operations](https://skmtc.net/origami/apis/origami-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/origami/origami-agent-api/versions/8083ad7fe081/schema)
