get_dimension_values
Retrieve distinct values with labels for a cube dimension to filter data, such as cantons, years, or categories.
Instructions
Get the distinct values for a dimension of a cube, with human-readable labels. Use this after get_cube_structure to discover what values you can filter on (e.g., which cantons, which years, which categories). Pass the 'path' value from get_cube_structure as dimension_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cube_uri | Yes | ||
| language | No | de | |
| dimension_path | Yes | The property path URI of the dimension (from get_cube_structure 'path' field) |