query_observations
Retrieve observations from a statistical data cube by selecting dimensions and measures. Apply filters on dimensions and paginate results for focused analysis.
Instructions
Query observations from a data cube with optional filtering and pagination. ALWAYS call get_cube_structure first to learn the cube's dimension and measure paths. Pass dimension paths in the 'dimensions' array and measure paths in the 'measures' array. Use get_dimension_values to find valid filter values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| filters | No | ||
| cube_uri | Yes | ||
| language | No | de | |
| measures | No | Measure property path URIs to include in results | |
| dimensions | No | Dimension property path URIs to include in results |