---
title: "list all workspaces as super admin (require to be super admin)"
method: GET
path: "/workspaces/list_as_superadmin"
tags: ["workspace"]
---

# list all workspaces as super admin (require to be super admin)

`GET /workspaces/list_as_superadmin`

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

workspaces

- Workspace[]
  - `id` string, required
  - `name` string, required
  - `owner` string, required
  - `domain` string
  - `color` string
  - `parent_workspace_id` string, nullable

---

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