Get VWO metric report
vwo_get_metric_reportRetrieve the details of a VWO Insights metric report using its report ID.
Instructions
Get the details of one VWO Insights metric report by its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | Metric report id. Call vwo_list_metric_reports if you do not have it. | |
| 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. |