Get Workspace Plan Limits

The plan limits that govern THIS workspace's tier — the workspace-scoped counterpart of ``/users/me/limits``. For a personal workspace this resolves to the owning user's plan; for an **org** workspace it resolves to the **organization's** plan (from the org principal), or free-tier limits when the org has no plan assigned yet. Use this instead of ``/users/me/limits`` when rendering a workspace's plan/entitlements, so an org workspace shows the ORGANIZATION's plan rather than the acting member's personal one. Open to any member (read); membership is existence-hidden (404).

Authentication

AuthorizationBearer
Clerk JWT token

Path parameters

workspace_idstringRequiredformat: "uuid"

Response

Successful Response
dataobject

Typed view of Plan.limits JSONB. Source of truth for active plan gates.

metaobject

Errors

422
Unprocessable Entity Error