Skip to main content
GET
Get job details

Authorizations

X-RP-API-Key
string
header
required

Headers

Accept-Language
string

Supported response locales: ko, en, ja, zh-CN, zh-TW, es, fr, de, pt, th, vi. Default is ko.

Example:

"ko"

Path Parameters

jobId
integer<int64>
required

Job ID

Response

Success.

Job details. status and hiring are independent dimensions and can form four response states: (1) status=published, hiring=true: actively hiring and applications are open; (2) status=published, hiring=false: visible but hiring is closed; (3) status=finish, hiring=false: the company explicitly ended hiring; (4) status=finish, hiring=true: should almost never occur. Treat only case (1) as open for applications and show a closed badge for cases (2) and (3).

jobId
integer<int64>
required

Job ID

Example:

9001234

status
enum<string>
required

Job status. published means currently visible (actively hiring or closed). finish means the company explicitly ended hiring. Deleted and draft jobs are not returned.

Available options:
published,
finish
Example:

"published"

hiring
boolean
required

Whether the job is actively hiring. true means open for applications; false means closed (not returned in search/list, only in detail).

Example:

true

title
string
required

Job title

Example:

"Backend Engineer (Kotlin/Spring)"

seniorities
string[]
required

Seniorities

employmentTypes
string[]
required

Employment types

jobImages
string[]
required

Job image URLs

allowRemote
boolean
required

Remote work allowed

company
object
required

Company information

applyMethod
object
required

How to apply

webUrl
string
required

Rocketpunch page URL

createdAt
string
required

Created at in ISO-8601 UTC

subtitle
string | null

Job subtitle

jobCategory
string | null

Job category code

workType
enum<string> | null

Workplace type

Available options:
ONSITE,
HYBRID,
REMOTE
language
string | null

Content language

description
string | null

Detailed description

duty
string | null

Responsibilities

minimumQualification
string | null

Requirements

preferredQualification
string | null

Preferred qualifications

benefit
string | null

Benefits

hireProcess
string | null

Hiring process

hireNotes
string | null

Notes

startAt
string | null

Recruiting start time in ISO-8601 UTC

endAt
string | null

Recruiting end time in ISO-8601 UTC (null for always-open jobs; past time means hiring is closed)