---
title: "List Workspaces"
method: GET
path: "/v1/workspace/"
---

# List Workspaces

`GET /v1/workspace/`

List all workspaces available in your account.

## Response `200`

Successfully retrieved workspaces.

- ManagementWorkspaceListResponse
  - `meta` ManagementListMeta — Pagination metadata (when applicable)
    - `count` integer — Total items matching the query
    - `limit` integer, nullable — Maximum number of results returned per page.
    - `offset` integer, nullable — Starting position of the returned results.
  - `results` ManagementWorkspace[]
    - `uid` string — Unique workspace identifier.
    - `slug` string — Workspace slug used in API paths (e.g. `staging`, `production`).
    - `data_center` object — Data center metadata associated with the workspace.
    - `is_expired` boolean — Indicates whether the workspace has expired.
    - `has_limit_reached` boolean — Indicates whether the workspace has reached its plan limit.
    - `name` string — Human-readable workspace name.
    - `description` string, nullable — Optional workspace description.
    - `mode` 'sandbox' | 'production' — Workspace mode. **sandbox** is pre-created by SuprSend for early testing with pre-configured vendors, **staging** will be your testing workspace and **production** will be the one you'll use to send to your actual users.

## Other responses

- `401` — Authentication failed

---

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