---
title: "List approved payslip files for the authenticated employee"
method: GET
path: "/v1/employee/payslips"
tags: ["Payslips"]
---

# List approved payslip files for the authenticated employee

`GET /v1/employee/payslips`

Returns a paginated list of payslip files belonging to the current employee.

## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employment documents (`employment_documents`) | View payslips (`payslip:read`) | - |

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Success

- ListEmployeePayslipsResponse — Response schema listing many payslips
  - `data` object
    - `current_page` integer — The current page among all of the total_pages
    - `payslips` PayslipItem[]
      - `file` object, required — File metadata
        - `inserted_at` string, date-time
        - `name` string
        - `slug` string, uuid — Identifier of the employment being terminated.
      - `has_employee_payroll_overviews` boolean, required
      - `payroll_output` object, nullable — Payroll output breakdown
      - `payroll_run` object, nullable — Payroll run metadata
        - `expected_payout_date` string, date, nullable
        - `period_end` string, date
        - `period_start` string, date
        - `type` string
      - `payslip` object, required — Payslip data
        - `active_compensation` object, nullable — Active compensation at the time of the payslip
        - `has_content_layout` boolean
        - `net_salary` object, nullable — Net salary amount
        - `slug` string, uuid — Identifier of the employment being terminated.
    - `total_count` integer — The total number of records in the result
    - `total_pages` integer — The total number of pages the user can go through

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
