list_env_var_values
List every distinct value recorded for a specific environment variable across test runs. Helps build precise AQL filters by revealing available values.
Instructions
List all recorded values for a specific environment variable key. Returns the distinct values that have been used across test runs (e.g. all browser versions recorded). Use envVarId from list_env_vars. Useful for building precise AQL filters: know that ev["browser"] has values ["Chrome 123", "Firefox 115"].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| envVarId | Yes | Environment variable ID from list_env_vars. Must be a number (integer), not a string. |