---
title: "Get Job Post"
method: GET
path: "/open/v1/job-posts/{job_post_id}"
tags: ["Career Page"]
---

# Get Job Post

`GET /open/v1/job-posts/{job_post_id}`

Retrieve a job post by ID.

- **job_post_id**: UUID of the job post
- **accept_language**: Language code for translations (defaults to system language)
- **Returns**: Full job post details with translations.

## Path parameters

- `job_post_id` string, uuid, required

## Headers

- `accept-language` string

## Response `200`

Successful Response

- JobPostTranslatedRetrieve — unresolved $ref

## Other responses

- `422` — Validation Error

---

[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)
