---
title: "Retrieve Location Group"
method: GET
path: "/v2/location_groups/{id}"
tags: ["Locations and Location Groups"]
---

# Retrieve Location Group

`GET /v2/location_groups/{id}`

Find a specific Location Group by the unique identifier.

## Path parameters

- `id` string, required

## Response `200`

OK

- LocationGroupDetail
  - `account_id` string — Unique identifier for the account
  - `name` string, required — The name of the location group
  - `id` string, required — Unique identifier for the location group
  - `owner` string — The name of the location group owner
  - `locations` object[] — List of locations the location group is tied to
    - `id` string — Unique identifier for the location
    - `name` string — The name of the location
  - `customer_attributes` CustomerAttribute[], nullable — List of customer attributes for the location group
    - `value` string, required — Value of the attribute
    - `type` string, required — Human-readable display name of the attribute
    - `key` string, nullable — Machine-readable identifier for the attribute (e.g. JOB_CODE). Optional — not all endpoints that embed customer_attributes populate this field yet (e.g. openings, locations, and location groups currently return only type and value).

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
