analytics_metrics_list
List all metrics and calculated metrics usable in analytics_query_execute for a given website.
Instructions
List available metrics for analytics queries.
Returns all metrics that can be used as columns in analytics_query_execute.
The format of the response:
```
{"metrics": [{metric_id: metric_name}], ...}, "calculated_metrics": [{calculated_metric_id: column_name}]
```
Args:
website_id: UUID of the website/app to get metrics for
Returns:
MetricsList with all available metrics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metrics | Yes | ||
| calculated_metrics | Yes |