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

# List Workspaces

`GET /v1/workspaces`

List the workspaces the caller can see in their organization.

## Query parameters

- `skip` integer — Number of records to skip
- `limit` integer — Maximum number of records to return

## Response `200`

Successful Response

- WorkspacesPublic
  - `count` integer, required
  - `data` WorkspacePublic[], required
    - `created_at` string, date-time, required
    - `created_by_user_id` string, uuid, nullable
    - `description` string, nullable
    - `id` string, uuid, required
    - `name` string, required
    - `organization_id` string, uuid, required
    - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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