---
title: "Get Available Workspaces"
method: GET
path: "/v1/workspaces/available"
tags: ["Workspaces"]
---

# Get Available Workspaces

`GET /v1/workspaces/available`

Get all available workspaces the user can join in their organization.

## Response `200`

OK

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

---

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