---
title: "List time entries (punches)"
method: GET
path: "/attendance/time-entry"
tags: ["attendance"]
---

# List time entries (punches)

`GET /attendance/time-entry`

Returns raw punch-in/punch-out entries grouped by date and employee, for a date range up to 60 days.

## Query parameters

- `start_date` string, required
- `end_date` string, required
- `salarybox_ids` string
- `branch_names` string
- `department_names` string
- `page` integer
- `page_size` integer

## Headers

- `Authorization` string, required

## Response `200`

- TimeEntriesResponse
  - `data` DailyPunches[], required
    - `date` string, date, required
    - `employees` EmployeePunches[], required
      - `salarybox_id` string, required
      - `punches` Punch[], required
        - `type` string, required
        - `time` string, required
        - `timezone` string, required
        - `address` string, nullable, required
        - `branch_name` string, nullable, required
        - `shift_name` string, nullable, required
        - `break_name` string, nullable, required
  - `message` string, required
  - `status` boolean, required
  - `count` integer, required
  - `prev` string, nullable, required
  - `next` string, nullable, required

---

[API](https://skmtc.dev/salarybox/apis/api-reference.md) · [All operations](https://skmtc.dev/salarybox/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/salarybox/api-reference/revisions/6f1e10abd4f0/schema)
