get
/api/v2/filters/industries
Python 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 — getIndustries

Success Responses

200 response: object

OK.

NameTypeDescription
idstringStable industry group identifier.
levelinteger (int64)NAICS hierarchy level. Industries are always level 1 sectors.
levelNamestringNAICS hierarchy level name.
naicsarray<integer (int64)>Two-digit NAICS sector codes included in this grouped industry.
sectorstringTop-level NAICS sector description.

Response Errors

HTTP Status CodeReason
400The request body or parameters are invalid.
401Authentication is required or the provided credentials are invalid.
403The authenticated user lacks permission to perform this operation.
404The requested resource does not exist.
422The request is syntactically valid but semantically cannot be processed.
429The request rate limit has been exceeded.
500An unexpected server error occurred.