List VWO campaign goals
vwo_list_campaign_goalsList all goals for a VWO campaign to discover their IDs. Use these IDs to reference goals in other VWO operations.
Instructions
List the goals configured on a VWO campaign. Use this to discover goal ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return. | |
| offset | No | Number of items to skip, for paging. | |
| 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. | |
| campaignId | Yes | VWO campaign id. Call vwo_list_campaigns first if you do not have it. | |
| 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. |