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

# List Workspaces

`GET /v1/workspaces/`

List all workspaces in an organization.

## Query parameters

- `show_deleted` boolean

## Response `200`

OK

- WorkspaceOutSchema[]
  - `workspace_uuid` string, nullable
  - `name` string, nullable
  - `organization_name` string, nullable
  - `organization_uuid` string, nullable

## Changes

- **2025-10-29** `9b529d67a7d0` — 6 breaking, 1 warning, 2 info
  - the response property `items/name` became optional for the status `200`
  - the response property `items/organization_name` became optional for the status `200`
  - the response property `items/workspace_uuid` became optional for the status `200`
  - response property `items/name` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …5 more

[Change history](https://skmtc.dev/aymara-ai/apis/aymara-api/changes/v1/workspaces/get.md)

---

[API](https://skmtc.dev/aymara-ai/apis/aymara-api.md) · [All operations](https://skmtc.dev/aymara-ai/apis/aymara-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aymara-ai/aymara-api/revisions/0cb64ef11adf/schema)
