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

# /jobs/:shortcode/application_form

`GET /jobs/{shortcode}/application_form`

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

## Path parameters

- `shortcode` string, required

## Response `200`

200

- object
  - `form_fields` object[]
    - `key` string
    - `label` string
    - `type` string
    - `required` boolean
  - `questions` object[]
    - `id` string
    - `body` string
    - `type` string

## Other responses

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

---

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