---
title: "List Workspaces"
method: GET
path: "/v1/users/me/workspaces"
tags: ["beta.users"]
---

# List Workspaces

`GET /v1/users/me/workspaces`

List every workspace the authenticated user is a member of, across all
their organizations, each tagged with the organization it belongs to.

## Query parameters

- `organization_id` string, uuid, nullable — Return only workspaces belonging to this organization.
- `offset` integer — Number of workspaces to skip before returning results.
- `limit` integer — Maximum number of workspaces to return.

## Response `200`

OK

- ListWorkspacesResponse
  - `workspaces` UserWorkspace[], required — The workspaces the authenticated user is a member of, each tagged with the organization it belongs to.
    - `id` string, required — The workspace's unique identifier.
    - `name` string, required — The workspace's display name.
    - `organization_id` string, required — The identifier of the organization this workspace belongs to.

---

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