get_observations
Retrieve observation values from a dataset version by specifying dimensions, with support for wildcard to fetch entire time series.
Instructions
Retrieve observation(s) for a dataset version.
Supply exactly one option code per dimension in dimensions,
e.g. {"time": "Mar-18", "geography": "K02000001",
"aggregate": "cpih1dim1A0"}. One (and only one) dimension may be the
wildcard "*" to return every value along that axis — useful for
pulling a whole time series in a single call.
Returns the observations plus the unit of measure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edition | Yes | ||
| version | Yes | ||
| dataset_id | Yes | ||
| dimensions | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||