---
title: "Get a job profile"
method: GET
path: "/job_profiles/{id}"
tags: ["Job Profiles"]
---

# Get a job profile

`GET /job_profiles/{id}`

Returns details of a specific job profile including custom fields

## Response `200`

OK

- object
  - `data` JobProfile — Represents a job profile in the job catalog
    - `id` integer, required — Unique identifier of the job profile
    - `name` string, required — Name of the job profile
    - `job_group` object, required — The job group this profile belongs to
      - `id` integer
      - `name` string
    - `job_level` object — The job level (seniority) associated with this profile. May be null if not set.
      - `id` integer
      - `name` string
    - `fields` object — Custom fields associated with this job profile. Each key is the field's internal_name.
    - `created_at` string, date-time, required — Timestamp when the job profile was created
    - `updated_at` string, date-time, required — Timestamp when the job profile was last updated

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/revisions/ff612e61a4c3/schema)
