Get VWO workspace details
vwo_get_workspaceRetrieve details of a VWO workspace including name, timezone, company info, and enabled status by providing the account ID or workspace name.
Instructions
Get details of a single VWO workspace: name, timezone, company info, and whether it is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | No | Numeric VWO workspace (account) id to operate on. Required unless the server has a default workspace configured. If the user referred to a workspace by name, either pass workspaceName instead or call vwo_list_workspaces to look up the id — never guess an id. | |
| workspaceName | No | Workspace name to resolve to an id, as an alternative to accountId. Must match exactly one visible workspace, otherwise an error lists the candidates. |