---
title: "Get payslip download URL"
method: GET
path: "/v1/employees/{employeeId}/payslips/{payslipId}"
tags: ["Employee Compensation Details"]
---

# Get payslip download URL

`GET /v1/employees/{employeeId}/payslips/{payslipId}`

Retrieves a pre-signed download URL for a specific published payslip.

## Path parameters

- `employeeId` string, uuid, required
- `payslipId` string, uuid, required

## Response `200`

Payslip download URL retrieved successfully

- V1EmployeesEmployeeIdPayslipsPayslipIdGetResponse
  - `downloadUrl` DownloadUrl, required
    - `url` string, uri, required — Pre-signed download URL for the payslip
    - `expiresAt` string, date-time, required — ISO-8601 timestamp when the download URL expires
    - `ttlSeconds` integer, required — Time to live for the download URL in seconds

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication required
- `403` — Forbidden - insufficient permissions
- `404` — Resource not found
- `422` — Unprocessable entity - validation error
- `500` — Internal server error
- `503` — Service unavailable - upstream dependency error

---

[API](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api.md) · [All operations](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usemultiplier/multiplier-public-rest-api/revisions/59cd6443fdbf/schema)
