---
title: "List industry taxonomy sub-industries"
method: GET
path: "/v1/organization/industry_taxonomy/sub_industries"
tags: ["Organization management"]
---

# List industry taxonomy sub-industries

`GET /v1/organization/industry_taxonomy/sub_industries`

Use this endpoint to get a list of industry taxonomy sub-industries.

## Query parameters

- `industry_code` string — The industry code of the business entity or functional unit, formatted as six digits.

## Response `200`

Industry taxonomy sub-industries retrieved successfully

- IndustryTaxonomySubIndustry[]
  - `id` string, uuid, required
  - `name` string, required
  - `subIndustryCode` string, required — The sub-industry code of the business entity or functional unit, formatted as eight digits.

## Other responses

- `403` — You are not authorized to acess this object

---

[API](https://skmtc.net/sinai/apis/sinai-api.md) · [All operations](https://skmtc.net/sinai/apis/sinai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinai/sinai-api/revisions/495dab1b31fd/schema)
