---
title: "List Taxonomy Sub-Industries"
method: GET
path: "/api/v2/taxonomy/sub-industries"
tags: ["Taxonomy"]
---

# List Taxonomy Sub-Industries

`GET /api/v2/taxonomy/sub-industries`

Retrieve a list of active Taxonomy Sub-Industries and their associated companies, with optional filtering by company_id.

## Query parameters

- `company_id` integer
- `limit` integer
- `offset` integer

## Response `200`

- PaginatedTaxonomySubIndustryList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` TaxonomySubIndustry[], required
    - `sub_industry_id` integer, required — Unique identifier for the sub-industry
    - `sub_industry_name` string — Display name of the sub-industry
    - `industry_name` string — Name of the parent industry
    - `sub_sector_name` string — Name of the parent sub-sector
    - `sector_name` string — Name of the parent sector
    - `companies` TaxonomySubIndustryCompany[], required — Companies that belong to the sub-industry
      - `id` integer, required — Unique identifier for the company within the taxonomy result
      - `ticker` string, required — Ticker symbol for the company within the taxonomy result
      - `name` string, required — Company name displayed in the taxonomy result

## Other responses

- `400`
- `401`
- `429`

---

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