Get Workspace Settings

Return workspace-level settings for the specified workspace. Currently exposes `default_language` (the locale used as the default for new workflow nodes) and `theme` (the workspace's display color theme). Settings are workspace-scoped: all members of the workspace share the same values. Per-user preferences (e.g. personal dark mode) are outside the scope of this endpoint. If settings have not yet been explicitly configured for the workspace, defaults are returned (and persisted) on first access.

Authentication

AuthorizationBearer
Clerk JWT token
OR
AuthorizationBearer

Onepin live API key (op_live_...). Test and public keys are reserved in Phase 1.

Path parameters

ws_idstringRequiredformat: "uuid"

Response

Successful Response
dataobject
metaobject

Errors

422
Unprocessable Entity Error