Get health observations
get_observationsRetrieves normalised time-series observations from public health registries by resolving indicator definitions, filters, and geographic scope.
Instructions
Return a normalised series only after resolving its full definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sex | No | Optional sex filter: female, male, or all. | |
| unit | No | Optional canonical unit filter. | |
| query | No | Indicator query used when indicator_id is omitted. | |
| source | No | Optional source identifier. | |
| end_year | No | Inclusive final year. | |
| geography | No | Optional published geography. | |
| rate_type | No | Explicit canonical rate definition returned by search_indicators. Required when several definitions match. | |
| start_year | No | Inclusive first year. | |
| indicator_id | No | Exact identifier returned by search_indicators. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| indicator | Yes | ||
| observations | Yes |