---
title: "Get Workspaces"
method: GET
path: "/v1/admin/workspaces"
tags: ["beta.admin.workspaces"]
---

# Get Workspaces

`GET /v1/admin/workspaces`

List Workspaces in the Organization.

## Query parameters

- `is_archived` boolean — Whether to include archived Workspaces.
- `page` integer — Page number to return.
- `page_size` integer — Maximum number of results per page.
- `search` string, nullable — Search term to filter Workspaces by name.

## Response `200`

OK

- WorkspacesOut
  - `total` integer, required — Total number of Workspaces that match the request.
  - `items` WorkspaceOUT[], required — Workspaces on this page.
    - `uuid` string, uuid, required — Workspace ID.
    - `name` string, required — Workspace name.
    - `description` string, nullable, required — Workspace description.
    - `icon` string, nullable, required — Workspace icon.
    - `members_count` integer, nullable — Number of members in the Workspace.
    - `spend_limit` WorkspaceSpendLimitOUT
      - `value` number, nullable, required — Monthly spending limit for the Workspace.
      - `currency` string, nullable, required — Currency used for the Workspace spending limit.
      - `no_monthly_limit` boolean, nullable, required — Whether the Workspace has no monthly spending limit.
    - `is_default` boolean, required — Whether this is the default Workspace for the Organization.
  - `object` 'list' — Type of API object for pagination responses.
  - `page` integer, required — Page number returned.
  - `page_size` integer, required — Maximum number of results per page.

---

[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/933c4ebdcd72/schema)
