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

# /jobs/:shortcode/custom_attributes

`GET /jobs/{shortcode}/custom_attributes`

Returns a collection of the custom attributes that are relevant to a specific job. Required scope: `r_jobs`. Accessible with all token types.

## Path parameters

- `shortcode` string, required

## Response `200`

200

- object
  - `custom_attributes` object[]
    - `id` string
    - `label` string
    - `type` string
    - `required` boolean
    - `provider` string

## Other responses

- `401` — 401

---

[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)
