---
title: "Retrieve a list of Job Types"
method: GET
path: "/v2/jobtypes"
tags: ["JobTypes"]
---

# Retrieve a list of Job Types

`GET /v2/jobtypes`

Retrieves a paginated list of Job Types.

## Query parameters

- `pageSize` number
- `page` number

## Headers

- `Authorization` string, required

## Response `200`

A paginated list of Job Types.

- ResponseJobTypesV2Dto
  - `pageSize` number — The maximum number of items returned per page.
  - `page` number — The current page number.
  - `totalResults` number — The total number of results.
  - `hasMore` boolean — Whether there are more results.
  - `data` ResponseJobTypeV2Dto[] — A list of Job Types.
    - `id` string — The ID of the job type (prefix `JT-`).
    - `name` string — The name of the job type.
    - `avgDuration` number — The average duration of the job type in minutes.
    - `displayOrder` number — The display order of the job type.
    - `disabled` boolean — Indicates whether the job type is disabled or not.

## Other responses

- `401` — Missing or invalid authentication token.

---

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