List VWO metric reports
vwo_list_metric_reportsList metric reports in a VWO Insights workspace to retrieve report IDs for further details. Supports pagination, filtering, and workspace selection.
Instructions
List the VWO Insights metric reports configured in a workspace. Use this to find a report id before fetching its details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return. | |
| order | No | Sort order for the results, as accepted by VWO. | |
| offset | No | Number of items to skip, for paging. | |
| status | No | Filter by report status. | |
| 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. |