---
title: "GET /jobs/"
method: GET
path: "/jobs/"
tags: ["jobs"]
---

# GET /jobs/

`GET /jobs/`

Retrieve all jobs ordered alphabetically by job position name.

## Query parameters

- `id` integer
- `organization_id` integer
- `position_name` string
- `headcount` integer
- `creator_id` integer
- `owner_id` integer
- `address` string
- `status` string
- `frequency` string
- `city` string
- `state` string
- `contract_details` string
- `is_published` boolean
- `is_remote` boolean
- `external_id` string
- `open_at__gte` string
- `open_at__lte` string
- `close_at__gte` string
- `close_at__lte` string
- `created_at__gte` string
- `created_at__lte` string
- `updated_at__gte` string
- `updated_at__lte` string
- `page` integer
- `page_size` integer

## Response `200`

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` object[], required
    - `id` integer
    - `external_id` string, nullable — Id of the job in the API consumer systems
    - `hash` string — Unique hash of the candidate
    - `organization` integer — Organization the job is assigned to
    - `position_name` string, required — Job title
    - `description` string — Description of the job
    - `headcount` integer, nullable — Number of people to be hired for the job
    - `creator` integer — User who created the job
    - `is_salary_visible` boolean — Whether salary information is displayed to candidates on the career page and job postings.
    - `salary_min` string, decimal, nullable
    - `salary_max` string, decimal, nullable
    - `currency` string, nullable
    - `owner` integer, nullable — ID of the owner of the job
    - `address` string — Address of the office the job will take place
    - `zipcode` string — Code of the city for the address of the office
    - `contract_details` 'full_time' | 'part_time' | 'temporary' | 'freelance' | 'internship' | 'apprenticeship' | 'contractor' | 'consultancy'
    - `is_published` boolean
    - `is_remote` boolean, nullable
    - `status` 'active' | 'on_hold' | 'won' | 'lost' — Status of the job
    - `frequency` string — Frequency of the job
    - `city` string — City of the job
    - `state` string — State of the job
    - `open_at` string, date-time — Date the job was added
    - `close_at` string, date-time — Date the job was closed
    - `expected_close_at` string, date-time — Expected date when the job position will be closed/filled
    - `created_at` string, date-time — Date the job was added
    - `updated_at` string, date-time
    - `career_page_url` string
    - `custom_fields` object — Job values for custom fields defined in Manatal.
    - `is_pinned_in_career_page` boolean — Whether the job has been added to the career page or not
    - `industry` object
      - `id` integer
      - `name` string, required

---

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