---
title: "Retrieve Job Opening"
method: GET
path: "/job-openings/{id}"
tags: ["Job Openings"]
---

# Retrieve Job Opening

`GET /job-openings/{id}`

Retrieve Job Opening

## Response `200`

Successful

- object
  - `id` string, uuid
  - `title` string, nullable
  - `url` string, nullable
  - `raw_location` string, nullable
  - `first_seen_at` string, date_time, nullable
  - `seniorities` string[]
  - `departments` string[]
  - `job_functions` string[]
  - `description` string, nullable
  - `company_name` string, nullable
  - `company_domain` string, nullable
  - `raw_salary` string, nullable
  - `contract_types` string[]
  - `last_seen_at` string, date_time, nullable

## Other responses

- `404` — Not found
- `410` — Gone

---

[API](https://skmtc.dev/amplemarket/apis/amplemarket-api-v1-docs.md) · [All operations](https://skmtc.dev/amplemarket/apis/amplemarket-api-v1-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/amplemarket/amplemarket-api-v1-docs/revisions/57f46eaa2dc9/schema)
