---
title: "Get job description for job"
method: GET
path: "/job-descriptions/vacancy/{id}"
tags: ["Job Descriptions"]
---

# Get job description for job

`GET /job-descriptions/vacancy/{id}`

Retrieve the job description associated with a specific job, including the external job title and description content.

## Path parameters

- `id` string, required

## Response `200`

Job description retrieved successfully

- JobDescriptionDto
  - `jobDescriptionId` string, required — Unique identifier of the job description
  - `vacancyId` string, required
  - `externalJobTitle` string, required — The externally visible job title for this job
  - `content` string, nullable, required — The HTML content of the job description, or null if no content has been set

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - invalid or missing authentication
- `404` — Job description not found for the given job
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/revisions/ad1f8c51cf0a/schema)
