Skip to main content
GET
/
api
/
v1
/
workspaces
/
current
/
stats
Error
A valid request URL is required to generate request examples
{
  "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "dataset_count": 123,
  "tracer_session_count": 123,
  "repo_count": 123,
  "annotation_queue_count": 123,
  "deployment_count": 123,
  "dashboards_count": 123,
  "evaluator_count": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Query Parameters

tag_value_id
string<uuid>[] | null

Response

Successful Response

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