---
title: "List industry taxonomy industry groups"
method: GET
path: "/v1/organization/industry_taxonomy/industry_groups"
tags: ["Organization management"]
---

# List industry taxonomy industry groups

`GET /v1/organization/industry_taxonomy/industry_groups`

Use this endpoint to get a list of industry taxonomy industry groups.

## Query parameters

- `sector_code` string — The sector code of the business entity or functional unit, formatted as two digits.

## Response `200`

Industry taxonomy industry groups retrieved successfully

- IndustryTaxonomyIndustryGroup[]
  - `id` string, uuid, required
  - `name` string, required
  - `industryGroupCode` string, required — The industry group code of the business entity or functional unit, formatted as four 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)
