List VWO workspaces
vwo_list_workspacesList VWO workspaces accessible by the API token, returning IDs and names. Filter by status or include the main workspace.
Instructions
List the VWO workspaces (accounts and sub-accounts) this API token can access, with their ids and names. Call this whenever the user refers to a workspace by name and you need its id, or to see what is available. Never guess a workspace id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by workspace status. | all |
| includeCurrent | No | Include the token's own (main) workspace. VWO returns only secondary workspaces when false. |