get_observations
Fetch observations from CBS datasets with automatic pagination, optional filtering, and human-readable labels for dimension and measure codes.
Instructions
Fetch observations with automatic pagination.
Automatically follows @odata.nextLink to retrieve all pages. With resolve_labels=True, dimension and measure codes are replaced with human-readable labels.
Args: catalog: Catalog identifier. dataset: Dataset identifier. filters: Dimension filters (key=dimension, value=code). paginate: Fetch all pages (True) or just one page (False). resolve_labels: Replace codes with labels (True) or keep raw codes (False, faster). limit: Maximum number of observations (safety limit).
Returns: dict[str, Any]: Observation result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| catalog | No | CBS | |
| dataset | No | ||
| filters | No | ||
| paginate | No | ||
| resolve_labels | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||