---
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
  - `deleted` boolean — Archived (soft-deleted) workspace
  - `is_dev_workspace` boolean
  - `dev_workspace_label` string, nullable — Environment label of the dev workspace, e.g. 'dev' or 'staging'; null defaults to 'dev'

---

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