get_options
Retrieve valid option codes and labels for a specific dimension of a dataset version, with pagination to handle large datasets.
Instructions
List valid option codes for one dimension of a dataset version.
Each option has an option code (what you pass to get_observations)
and a human label. Dimensions can be large (e.g. thousands of
geographies or hundreds of time periods), so page with offset/limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| edition | Yes | ||
| version | Yes | ||
| dimension | Yes | ||
| dataset_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||