Get Workspace Subscription

The active subscription governing THIS workspace — the workspace-scoped counterpart of ``/users/me/subscription``. Personal workspace → the owning user's subscription, readable **only by the owner**; **org** workspace → the **organization's** subscription (or ``null`` on free tier), readable by any member or an org admin. Use this instead of ``/users/me/subscription`` when rendering a workspace's plan, so an org workspace shows the ORGANIZATION's plan. Membership is existence-hidden (404); the org-admin fallback applies (an org admin with no materialized member row can still read).

Authentication

AuthorizationBearer
Clerk JWT token

Path parameters

workspace_idstringRequiredformat: "uuid"

Response

Successful Response
dataobject or null
metaobject

Errors

422
Unprocessable Entity Error