---
title: "Get a list of job categories"
method: GET
path: "/v1/jobs/categories"
tags: ["Jobs"]
---

# Get a list of job categories

`GET /v1/jobs/categories`

Retrieve a paged collection of job categories applicable to jobs (required scope jobs:read)

## Query parameters

- `name` string
- `isActive` boolean
- `pageNumber` integer
- `pageSize` integer

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- PagedResponseReadJobCategoryModel — A paged collection of items
  - `items` ReadJobCategoryModel[] — The items returned for the requested page
    - `id` integer — The unique identifier of the job category
    - `name` string — The name of the job category
    - `isActive` boolean — Whether the job category is currently active
    - `visibility` string[] — The entities the job category is visible for. Contains "Job", "Group", or both
  - `pageNumber` integer — The page number of the response where 1 is the first page
  - `pageSize` integer — The number of items requested for the current page
  - `pageItemCount` integer — The number of items returned in the current page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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