Skip to main content
GET
Workspace Usage

Authorizations

Authorization
string
header
required

Short-lived user access token (ES256 JWT) issued by POST /v1/auth/login.

Path Parameters

workspace_id
string<uuid>
required

Response

Successful Response

The workspace's plan, current-month usage counters, and the plan's limits (None = uncapped) — what the dashboard needs to show a usage meter and explain any capped drops. month is the first day of the UTC calendar month.

plan
string
required
month
string<date>
required
events_accepted
integer
required
spans_dropped_quota
integer
required
spans_dropped_agent_cap
integer
required
max_agents_per_workspace
integer | null
required
max_events_per_month
integer | null
required
retention_days
integer | null
required
quota_exceeded
boolean
required