---
title: "Get a job group"
method: GET
path: "/job_groups/{id}"
tags: ["Job Groups"]
---

# Get a job group

`GET /job_groups/{id}`

Returns details of a specific job group.

## Response `200`

OK

- object
  - `data` JobGroup — Represents a job group used to organize job profiles hierarchically.
    - `id` integer, required — Unique identifier of the job group
    - `name` string, required — Name of the job group
    - `parent_id` integer — ID of the parent job group. Null if this is a top-level group.
    - `created_at` string, date-time — Timestamp when the job group was created
    - `updated_at` string, date-time — Timestamp when the job group 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/versions/ff612e61a4c3/schema)
