---
title: "Get Industries"
method: GET
path: "/v1/industry/"
tags: ["Industry"]
---

# Get Industries

`GET /v1/industry/`

Get a list of active industry categories supported by the platform.

_Industry_ is the top level category, and is the broadest in scope. As an example, in the hierarchy: Construction -> Sub Contractor -> Acoustics, _Construction_ is the industry.

## Response `200`

Successful Response

- ApiGenericListResponseIndustryBaseModel
  - `error` boolean — A boolean error indicator.
  - `message` string, nullable — Optional message.
  - `data` IndustryBaseModel[], nullable — The response data for any given request.
    - `id` integer, required — The industry identifier.
    - `name` string, required — ∂The name of the industry.
    - `slug` string, required — A web friendly version of the name.
    - `isActive` boolean, required — A boolean indicator if this industry is active.

## Other responses

- `400` — Business Logic Error
- `403` — Permission Error
- `404` — Records Not Found
- `409` — Integrity Error or Data Conflict

---

[API](https://skmtc.dev/salussafety/apis/salus-developer-api.md) · [All operations](https://skmtc.dev/salussafety/apis/salus-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/salussafety/salus-developer-api/revisions/ef065f44da25/schema)
