List Dataflows
list_dataflowsBrowse or keyword-search STATEC (Luxembourg statistics) datasets, called "dataflows". Each result has an id (e.g. "DF_A1100", the dataflowRef you pass to get_data / dataflow_structure) and an English name plus a short description (publication date, periodicity, author, category). STATEC publishes hundreds of datasets, so pass query to filter unless you really want the whole catalog. Example: list_dataflows({ query: "population" }) or list_dataflows({ query: "unemployment" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 50). | |
| query | No | Case-insensitive substring filter on dataset id, name, or description, e.g. "population", "inflation", "GDP", "wages". |