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

# Fetch wage group cost setting list.

`GET /wage_group_cost_setting/fetch`

This endpoint enables you to retrieve a list of wage group cost settings.

## Query parameters

- `filter[byWageGroupId]` integer
- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardWageGroupCostHistoryFetchResponse
  - `data` object[] — The wage group cost settings.
    - `id` integer — The internal id of the wage group cost setting.
    - `wageGroup` StandardWageGroupBaseWageGroupListItem
      - `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
    - `projectCostsPerHour` number — The costs per work hour.
    - `projectCostType` string — The name of the cost type for work.
    - `logisticsCostsPerHour` number — The costs per drive hour.
    - `logisticCostType` string — The name of the cost type for drives.
    - `from` string — Represents a date. (ISO 8601) ICU-Format: yyyy-MM-dd
    - `to` string — Represents a date. (ISO 8601) ICU-Format: yyyy-MM-dd
  - `offset` integer — Number of skipped records.
  - `totalCount` integer — Total number of available wage group cost settings.

---

[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)
