---
title: "Get a Posted Job"
method: GET
path: "/v1/postedJobs/{jobPostingId}"
tags: ["Jobs"]
---

# Get a Posted Job

`GET /v1/postedJobs/{jobPostingId}`

Returns details about the specified job post.

## Path parameters

- `jobPostingId` string, required

## Query parameters

- `includeJobDescHtml` string

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Response `200`

The requested job post.

- SinglePostedJobResponse
  - `jobPostingID` integer — The identifier for the job post.
  - `jobId` integer — The identifier for the job.
  - `title` string — The job title on the job board.
  - `description` string — The job post description on the job board.
  - `postedDateTime` string, date-time — The date the job was posted. The field follows the YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss formats, for example, 2024-12-01 or 2024-12-01T14:30:00.
  - `city` string — The city where the job is located.
  - `state` string — The state or province where the job is located.
  - `postalCode` string — The postal code for the job location.
  - `country` string — The country where the job is located.
  - `jobBoardUrl` string — The URL for the external job post.
  - `jobBoardArr` ExternalPosting[] — The list of external job boards the job is posted on.
    - `externalJobBoardName` string — The external job board name the job is posted on.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `409` — Operation could not be completed due to conflict.
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
