---
title: "Get Pay Group"
method: GET
path: "/employer/pay-groups/{pay_group_id}"
tags: ["Payroll"]
---

# Get Pay Group

`GET /employer/pay-groups/{pay_group_id}`

Read information from a single pay group

## Query parameters

- `entity_ids` string[]

## Headers

- `Finch-API-Version` string, date, required

## Response `200`

Pay group data

- GetPayGroupResponse
  - `id` string, uuid, required — Finch id (uuidv4) for the pay group
  - `name` string, required — Name of the pay group
  - `pay_frequencies` PayFrequency[], required — List of pay frequencies associated with this pay group
  - `individual_ids` string[], required

---

[API](https://skmtc.net/finch-api/apis/api-reference.md) · [All operations](https://skmtc.net/finch-api/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finch-api/api-reference/versions/20f8dd5faf09/schema)
