---
title: "Get Workspace Stats"
method: GET
path: "/api/workspace/{workspace_ext_id}/stats"
tags: ["workspace"]
---

# Get Workspace Stats

`GET /api/workspace/{workspace_ext_id}/stats`

Retrieves conversation and document counts with shared/private breakdown for a specific workspace.

- Conversations are "shared" if they have at least one shared message
- Documents are "shared" if their shared field is True

## Path parameters

- `workspace_ext_id` string, required

## Response `200`

Successful Response

- WorkspaceStatsResponse
  - `shared_conversation_count` integer
  - `private_conversation_count` integer
  - `shared_document_count` integer
  - `private_document_count` integer

## Other responses

- `422` — Validation Error

## Changes

- **2025-10-28** `849d5e8732f6` — 2 warning, 4 info
  - removed the optional property `conversation_count` from the response with the `200` status
  - removed the optional property `document_count` from the response with the `200` status
  - added the optional property `private_conversation_count` to the response with the `200` status
  - added the optional property `private_document_count` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/arbicity/apis/arbi/changes/api/workspace/:workspace_ext_id/stats/get.md)

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/1f956ac3d1c1/schema)
