---
title: "Download payslips of an employment for a payrollrun"
method: GET
path: "/v2/providers/employers/employees/employments/{employmentId}/payslips/{payrollrunId}"
tags: ["Payslip"]
---

# Download payslips of an employment for a payrollrun

`GET /v2/providers/employers/employees/employments/{employmentId}/payslips/{payrollrunId}`

__Activity name :__ <a href="https://developer.loket.nl/Activities/GetPayslipsByEmploymentIdAndPayrollRunId" target="_blank">GetPayslipsByEmploymentIdAndPayrollRunId</a>

__Availability:__ This is endpoint is available for the Loket application only. It is not available for external parties

Download the payslips or its underlying payroll results of an employment for the specified payrollrun

**Please note: this endpoint has two types of output:**
* the payslip(s) as a single PDF-file
* the underlying payroll result data for the payslip(s) in JSON-format  

This may be specified by providing the desired format in the `Accept` header of your request.

## Path parameters

- `employmentId` string, uuid, required
- `payrollrunId` string, uuid, required

## Headers

- `Authorization` string, required
- `Accept` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/loket/apis/loket-api.md) · [All operations](https://skmtc.net/loket/apis/loket-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loket/loket-api/revisions/32d1693f8db8/schema)
