---
title: "Fetch wage group list."
method: GET
path: "/wage_group/fetch"
tags: ["Cost control|Wage group"]
---

# Fetch wage group list.

`GET /wage_group/fetch`

This endpoint enables you to retrieve a list of wage groups.

## Query parameters

- `filter[byExternalIds][]` string[]
- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardWageGroupFetchResponse
  - `data` object[] — The wage groups.
    - `id` integer — The internal id of the wage group.
    - `name` string — The name of the wage group.
    - `externalId` string — The external id of the wage group.
    - `createdAt` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
  - `offset` integer — Number of skipped records.
  - `totalCount` integer — Total number of available wage groups.

---

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