Get ILOSTAT indicator metadata
ilo_get_indicator_metadataInspect an ILOSTAT dataflow’s dimension structure, codelists, time dimension, default selection, and vintage to determine available filters before fetching data.
Instructions
Structure of one ILOSTAT dataflow: dimensions (in SDMX key order), their codelists, the time dimension, the source's default selection and the data vintage (last update at the ILO). Use before ilo_get_data to know which filters exist. Does not return statistical values and does not list the codes themselves (use ilo_list_dimension_values).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataflow | Yes | Dataflow id from ilo_search_indicators (e.g. "DF_UNE_DEAP_SEX_AGE_RT") | |
| provenance_mode | No | Provenance verbosity: 'concise' (default — source, url, vintage, retrieval date, citation, license) or 'detailed' (full canonical block with dataset, dimension key and notices) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| version | Yes | ||
| dimensions | Yes | ||
| provenance | Yes | ||
| attribution | Yes | ||
| data_vintage | Yes | ||
| time_dimension | Yes |