get
/api/v2/filters/industriesPython SDK method:
client.filters.get_industries()Get industries
Returns the list of industry groupings. Pass the industry IDs returned here in the industries field of analysis requests to filter by industry grouping instead of by the raw NAICS codes.
Altitude Help Center — getIndustriesSuccess Responses
200 response: object
OK.
| Name | Type | Description |
|---|---|---|
id | string | Stable industry group identifier. |
level | integer (int64) | NAICS hierarchy level. Industries are always level 1 sectors. |
levelName | string | NAICS hierarchy level name. |
naics | array<integer (int64)> | Two-digit NAICS sector codes included in this grouped industry. |
sector | string | Top-level NAICS sector description. |
Response Errors
| HTTP Status Code | Reason |
|---|---|
| 400 | The request body or parameters are invalid. |
| 401 | Authentication is required or the provided credentials are invalid. |
| 403 | The authenticated user lacks permission to perform this operation. |
| 404 | The requested resource does not exist. |
| 422 | The request is syntactically valid but semantically cannot be processed. |
| 429 | The request rate limit has been exceeded. |
| 500 | An unexpected server error occurred. |