---
title: "Get a single industry by its ID"
method: GET
path: "/industries/{id}"
tags: ["Industries"]
---

# Get a single industry by its ID

`GET /industries/{id}`

## Path parameters

- `id` string, required

## Response `200`

An industry

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

---

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