---
title: "Get a list of industries"
method: GET
path: "/industries"
tags: ["Accounts (Companies)"]
---

# Get a list of industries

`GET /industries`

Retreives the list of valid industries to describe companies as belonging to.

## Response `200`

OK

- Industry[]
  - `id` string — The API ID of this entity, formatted {integer}-{entityType}
  - `name` string — The type of industry.
  - `modifiedTime` integer

---

[API](https://skmtc.net/nutshell/apis/nutshell-api.md) · [All operations](https://skmtc.net/nutshell/apis/nutshell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nutshell/nutshell-api/versions/709ffc1a706b/schema)
