---
title: "List workspaces"
method: GET
path: "/integrator/workspaces"
tags: ["integrator-workspaces"]
---

# List workspaces

`GET /integrator/workspaces`

List all active workspaces for the authenticated integrator.

## Response `200`

Successful Response

- WorkspaceListResponse — Response listing workspaces.
  - `workspaces` WorkspaceInfo[], required
    - `id` string, uuid, required
    - `name` string, required
    - `slug` string, required
    - `integrator_id` string, uuid, required
    - `is_active` boolean, required
    - `created_at` string, date-time, required
    - `quotas` WorkspaceQuotas — Quota limits for a workspace.
      - `max_pots` integer — Max POTs per workspace
      - `max_documents_per_pot` integer — Max documents per POT
      - `max_storage_bytes` integer — Max cumulative storage in bytes (default 50MB)
      - `max_monthly_tokens` integer, nullable — Monthly token limit (prompt + completion). None = unlimited.
      - `bonus_tokens` integer — Add-on tokens for current billing period (top-ups).
    - `usage` WorkspaceUsage — Current usage counters for a workspace.
      - `pots_count` integer
      - `documents_count` integer
      - `storage_bytes` integer
  - `total` integer, required

---

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