---
title: "GET /api/careers/job-postings"
method: GET
path: "/api/careers/job-postings"
tags: ["/api/careers"]
---

# GET /api/careers/job-postings

`GET /api/careers/job-postings`

## Query parameters

- `jobTitle` object
  - `op` 'contains' | 'does_not_contain' | 'starts_with' | 'ends_with' | 'is' | 'is_not' | 'is_empty' | 'is_not_empty'
  - `q` string
- `page` integer
- `limit` integer
- `order` 'asc' | 'desc'
- `orderBy` 'id' | 'updatedAt'

## Response `200`

Get the list of all job postings paginated and filtered.

---

[API](https://skmtc.dev/sobrus/apis/sobrus-central-v2-api.md) · [All operations](https://skmtc.dev/sobrus/apis/sobrus-central-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sobrus/sobrus-central-v2-api/revisions/981ebe7d19ce/schema)
