---
title: "Job Industry"
method: GET
path: "/v1/jobs/industries"
tags: ["Jobs Data"]
---

# Job Industry

`GET /v1/jobs/industries`

Use this API to retrieve the Industry ID, which can then be used in the Jobs Finder API to filter jobs by Industry.

## Response `200`

Successful response with industry list

- object[]
  - `id` integer
  - `name` string

## Other responses

- `401` — Unauthorized - Authentication failed. **Common causes:** - Missing X-API-Key header - Invalid or expired API key - Malformed API key
- `500` — Internal Server Error - Something went wrong on our end. **Action required:** Wait 30 seconds and retry. If the problem persists, contact support@leadmagic.io

---

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