List ATO benchmark industries
list_ato_benchmark_industriesFind ATO small-business benchmark industries by name or year, then use the returned names with get_ato_benchmarks for comparison.
Instructions
List ATO small-business benchmark industries from ato-benchmark-compare.
Pass search to filter by name. year is an optional benchmark year such as 2023-24; omit it to use the latest shipped dataset. Use the returned name with get_ato_benchmarks. Optional limit/offset page the filtered results in dataset order. count is the page size; total_count is all matching industries. Continue with next_offset and the returned benchmark_year, keeping search unchanged, until has_more is false. Omit limit to retain the full-list result. Reads bundled data locally; no network or writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Benchmark dataset year in YYYY-YY form, e.g. "2023-24". Omit or null selects the latest shipped dataset, not a live ATO lookup. | |
| limit | No | Maximum industries returned, 1 to 100; use 20 for concise discovery. Omit or null returns all remaining matches for compatibility. | |
| offset | No | Zero-based position in the filtered results; start at 0, then pass next_offset while has_more is true. Keep search and year unchanged. | |
| search | No | Optional case-insensitive industry-name search; omit to list all industries in the selected shipped dataset. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | The review ran; this does not mean compliance or a known verdict. | |
| count | Yes | Number of industries returned in this page. | |
| engine | Yes | Delegated distribution that produced this result. | |
| offset | Yes | Requested position in the filtered results. | |
| source | Yes | Unmodified engine source metadata and review provenance. | |
| has_more | Yes | Whether another page of matching industries exists. | |
| industries | Yes | This page of matching industries; empty if none remain. | |
| next_offset | Yes | Pass as offset for the next page; null when no matches remain. | |
| total_count | Yes | Matching industries before pagination. | |
| benchmark_year | Yes | Income or dataset year in YYYY-YY form. | |
| engine_version | Yes | Installed version of that engine. | |
| total_business_types | Yes | Total industries in the selected dataset. |