---
title: "Get Company Industry Model Mappings"
method: GET
path: "/api/v2/industry-company-models"
tags: ["Industry Models"]
---

# Get Company Industry Model Mappings

`GET /api/v2/industry-company-models`

Retrieve the mapping between companies and their associated industry models, including ISIN identifiers and model metadata.

## Response `200`

- CompanyIndustryModel[]
  - `company_id` integer, required — Identifier for the company associated with the industry models
  - `isin` string, required — ISIN assigned to the company associated with the industry models
  - `industry_models` IndustryModel[], required — Collection of industry models available for the company
    - `model_id` integer, required — Identifier for the published industry model
    - `description` string, required — Short description of the industry model contents
    - `updated_at` string, date-time, required — Timestamp when the industry model was last updated

## Other responses

- `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/versions/746538a1eb45/schema)
