---
title: "Get All employee balances - add a specified date range"
method: GET
path: "/employees/balances"
---

# Get All employee balances - add a specified date range

`GET /employees/balances`

## Query parameters

- `from` string, date-time, required
- `to` string, date-time, required
- `page` integer
- `limit` integer

## Response `200`

Successful response

- EmployeeBalancesResponse
  - `openingEmployeeWalletsTotal` number
  - `closingEmployeeWalletsTotal` number
  - `employees` object
    - `docs` EmployeeBalance[]
      - `_id` string
      - `name` string
      - `employee_id` string
      - `accno` string
      - `invited_on` string, date-time
      - `organization_email` string
      - `phone` string
      - `status` string
      - `role` string
      - `id` string
      - `openingBalance` string
      - `closingBalance` string
      - `teamName` string
      - `teamOID` string
    - `total` integer
    - `limit` string
    - `page` string
    - `pages` integer

## Other responses

- `400` — Bad request — the request was malformed or invalid.
- `401` — Unauthorized — missing or invalid API key.

---

[API](https://skmtc.net/boyahq/apis/boya-employees-api.md) · [All operations](https://skmtc.net/boyahq/apis/boya-employees-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/boyahq/boya-employees-api/revisions/190d4c90e3ab/schema)
