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

# List workspaces

`GET /v1/workspaces`

## Query parameters

- `cursor` string — Optional. Pagination cursor — pass back the `nextCursor` value from a previous response. Omit to fetch the first page.

## Response `200`

A list of workspaces.

- PublicApiWorkspacesList
  - `items` PublicApiWorkspace[], required
    - `id` string, required
    - `name` string, required
    - `promptsUsedCount` number, required — Prompts already consumed in the current billing period.
    - `promptsMaxCount` number, required — Maximum prompts allowed for this workspace.
    - `geoAuditUsedCount` number, required — GEO audits already consumed in the current billing period.
    - `geoAuditMaxCount` number, required — Maximum GEO audits allowed for this workspace.
    - `createdDate` string, required
    - `updatedDate` string, required
  - `paging` PublicApiCursorPageInfo, required
    - `nextCursor` string, nullable, required
    - `hasMore` boolean, required

## Other responses

- `400` — Validation failed.
- `401` — Unauthorized.
- `403` — Forbidden.

---

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