---
title: "List the caller's workspaces"
method: GET
path: "/v1/auth/workspaces"
tags: ["Auth"]
---

# List the caller's workspaces

`GET /v1/auth/workspaces`

All workspaces (Clerk organizations) the authenticated user belongs to. Requires an authenticated user but NOT a selected workspace — use this to discover which workspace to select.

## Response `200`

The caller's workspace memberships

- WorkspaceListResponse
  - `workspaces` WorkspaceListItem[], required
    - `workspaceId` string, required — Workspace (Clerk organization) id.
    - `slug` string, nullable, required — Organization slug from Clerk. `null` when the organization has no slug.

## Other responses

- `401` — Unauthorized — missing or invalid credentials
- `403` — Forbidden — caller has no workspace or no access
- `500` — Internal server error

---

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