---
title: "Get an earning rate"
method: GET
path: "/earning_rates/{earning_rate}"
---

# Get an earning rate

`GET /earning_rates/{earning_rate}`

## Path parameters

- `earning_rate` string, required

## Response `200`

200

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