---
title: "/jobs/:shortcode"
method: GET
path: "/jobs/{shortcode}"
---

# /jobs/:shortcode

`GET /jobs/{shortcode}`

Returns the details of the specified job. Required scope: `r_jobs`. Accessible with all token types.

## Path parameters

- `shortcode` string, required

## Response `200`

200

- object
  - `id` string
  - `title` string
  - `full_title` string
  - `shortcode` string
  - `code` string
  - `state` string
  - `department` string
  - `url` string
  - `application_url` string
  - `shortlink` string
  - `location` object
    - `country` string
    - `country_code` string
    - `region` string
    - `region_code` string
    - `city` string
    - `zip_code` string
    - `telecommuting` boolean
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `full_description` string
  - `description` string
  - `requirements` string
  - `benefits` string
  - `employment_type` string
  - `industry` string
  - `function` string
  - `experience` string
  - `education` string
  - `keywords` string[]
  - `salary` object
    - `salary_from` integer
    - `salary_to` integer
    - `salary_currency` string

## Other responses

- `401` — 401
- `404` — 404

---

[API](https://skmtc.net/workable/apis/root.md) · [All operations](https://skmtc.net/workable/apis/root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/root/versions/c4116349c08d/schema)
