---
title: "Show employment job"
method: GET
path: "/v1/employments/{employment_id}/job"
tags: ["Jobs"]
---

# Show employment job

`GET /v1/employments/{employment_id}/job`

Shows an employment job details.


## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employments (`employments`) | View employments (`employment:read`) | Manage employments (`employment:write`) |

## Path parameters

- `employment_id` string, required

## Response `200`

Success

- EmploymentJobResponse
  - `data` Job, required — A job assigned to an employment, including its classification within the company's job architecture (family, sub-family, career track, level) and any custom field values.
    - `career_track` JobAssociation, nullable — A reference to a related job classification entity (job family, sub-family, career track, or job level). Null if not assigned.
      - `id` string, uuid — The unique identifier (UUID) of the associated entity.
      - `label` string — The human-readable name of the associated entity.
    - `code` string, nullable — An optional company-defined code for this job (e.g., "JOB-0"). Null if not set.
    - `custom_field_values` object[]
      - `definition` object
        - `id` string, uuid
        - `title` string
        - `type` string
      - `value` union
        - string
        - integer
        - boolean
    - `description` string, nullable — A description of the job's responsibilities and scope. Null if not set.
    - `id` string, uuid, required — The unique identifier (UUID) of the job.
    - `identifier` string, required — A company-defined identifier for this job (e.g., "eng-001").
    - `job_family` JobAssociation, nullable — A reference to a related job classification entity (job family, sub-family, career track, or job level). Null if not assigned.
      - `id` string, uuid — The unique identifier (UUID) of the associated entity.
      - `label` string — The human-readable name of the associated entity.
    - `job_level` JobAssociation, nullable — A reference to a related job classification entity (job family, sub-family, career track, or job level). Null if not assigned.
      - `id` string, uuid — The unique identifier (UUID) of the associated entity.
      - `label` string — The human-readable name of the associated entity.
    - `job_sub_family` JobAssociation, nullable — A reference to a related job classification entity (job family, sub-family, career track, or job level). Null if not assigned.
      - `id` string, uuid — The unique identifier (UUID) of the associated entity.
      - `label` string — The human-readable name of the associated entity.
    - `label` string, required — The display name of the job (e.g., "Senior Backend Engineer").

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

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