---
title: "Get Current Workspace Stats"
method: GET
path: "/api/v1/workspaces/current/stats"
tags: ["workspaces"]
---

# Get Current Workspace Stats

`GET /api/v1/workspaces/current/stats`

## Query parameters

- `tag_value_id` string[], nullable

## Response `200`

Successful Response

- TenantStats — Stats for a tenant.
  - `tenant_id` string, uuid, required
  - `dataset_count` integer, required
  - `tracer_session_count` integer, required
  - `repo_count` integer, required
  - `annotation_queue_count` integer, required
  - `deployment_count` integer, required
  - `dashboards_count` integer, required
  - `evaluator_count` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-31** `9b9d7777d6a9` — 1 info
  - added the required property `evaluator_count` to the response with the `200` status

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/api/v1/workspaces/current/stats/get.md)

---

[API](https://skmtc.dev/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.dev/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
