List Dataflows
list_dataflowsBrowse or search ABS datasets (dataflows). Returns dataflow IDs + descriptive names; the ID (e.g. "CPI", "ALC", "ABS_REGIONAL_LGA2021") is what you pass to dataflow_structure and get_data. Optionally filter by a case-insensitive substring against the ID and name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 50, max 500). | |
| search | No | Case-insensitive substring to match against dataflow id/name (e.g. "consumer price", "labour", "population"). |