List Dataflows
list_dataflowsBrowse or keyword-search ILOSTAT datasets (dataflows) from the International Labour Organization. Each result has an id (the dataflowId you pass to get_data / dataflow_structure) and an English name. ILO publishes ~1,200 datasets covering employment, unemployment, labour force participation, wages, hours worked, informality, working poverty, child labour, and occupational safety. Always pass query to filter unless you really want the whole list. Example: list_dataflows({ query: "unemployment rate" }) or list_dataflows({ query: "minimum wage" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 50). | |
| query | No | Case-insensitive substring filter on dataset id or name, e.g. "unemployment", "wages", "labour force". |