---
title: "List earning rates"
method: GET
path: "/earning_rates"
---

# List earning rates

`GET /earning_rates`

Returns a list of earning rates

## Query parameters

- `active` boolean
- `company` string
- `employee` string
- `limit` integer

## Response `200`

200

- object
  - `results` EarningRate[]
    - `id` string
    - `amount` string
    - `period` string — May be `hourly`, `annually`, or `piece`
    - `employee` string
    - `company` string — ID of the company that this earning rate relates to (via the employee).
    - `name` string
    - `workweek_hours` number, float
    - `active` boolean
    - `metadata` object

## Other responses

- `400` — 400

---

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