---
title: "Get a company industry selection"
method: GET
path: "/v1/companies/{company_id}/industry_selection"
tags: ["Industry Selection"]
---

# Get a company industry selection

`GET /v1/companies/{company_id}/industry_selection`

Returns the industry classification for a company, including NAICS code, SIC codes, and industry title.

scope: `companies:read`

## Path parameters

- `company_id` string, required

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

Successful

- Industry
  - `company_uuid` string — Company UUID
  - `title` string, nullable — Industry title
  - `naics_code` string, nullable — North American Industry Classification System (NAICS) is used to classify businesses with a six digit number based on the primary type of work the business performs.
  - `sic_codes` string[] — A list of Standard Industrial Classification (SIC) codes, which are four digit numbers that categorize the industries that companies belong to based on their business activities. If sic_codes is not passed in, we will perform an internal lookup with `naics_code`.

## Other responses

- `404` — Not Found

---

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