---
title: "List workspaces (cursor-paginated; ?search=)"
method: GET
path: "/workspaces"
tags: ["Workspace"]
---

# List workspaces (cursor-paginated; ?search=)

`GET /workspaces`

## Query parameters

- `cursor` string
- `limit` integer
- `search` string

## Response `200`

A page of workspaces in the canonical list envelope.

- object — The canonical v2 list envelope. Every list endpoint returns this shape; per-endpoint `items` element types (and documented extras like `total`) are declared on each operation.
  - `object` 'list', required
  - `items` Workspace[], required — The page of objects. Element type is per-endpoint.
    - `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
  - `nextCursor` string, nullable, required — Cursor for the next page; `null` means this is the last page.
  - `url` string, required — The path this list was fetched from (query string excluded).

---

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