---
title: "Get all jobs"
method: GET
path: "/v1/hire/jobs"
tags: ["Jobs"]
---

# Get all jobs

`GET /v1/hire/jobs`

Get all Published, Confidential and Archived jobs

## Query parameters

- `lastModified` string, date-time
- `JobStatus` integer
- `jobBoardIdentifier` string
- `pageNumber` integer
- `pageSize` integer

## Response `200`

Success

- JobDTO[]
  - `id` string, nullable
  - `title` string, nullable
  - `description` string, nullable
  - `noOfOpenings` string, nullable
  - `departmentName` string, nullable
  - `jobType` string, nullable
  - `isReferralEnabled` boolean
  - `isCreatedFromRequisition` boolean
  - `requisitionIdentifier` string, nullable
  - `canAllowInternalEmployees` boolean
  - `orgJobId` string, nullable
  - `jobLocations` LocationDTO[], nullable
    - `name` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `countryName` string, nullable
  - `hiringTeam` HiringTeamDTO[], nullable
    - `identifier` string, nullable
    - `displayName` string, nullable
    - `type` 0 | 1 | 2 | 3 | 99
  - `careerPortalUrl` string, nullable
  - `targetHireDate` string, nullable
  - `status` integer
  - `canListOnCareersSite` boolean
  - `createdOn` string, nullable
  - `publishedOn` string, nullable
  - `experience` string, nullable
  - `customFields` JobCustomFieldDTO[], nullable
    - `fieldName` string, nullable
    - `required` boolean
    - `fieldType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
    - `value` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

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