---
title: "Download the Employment Agreement for an employment"
method: GET
path: "/v1/employments/{employment_id}/employment-agreement/download"
tags: ["Employment Agreements"]
---

# Download the Employment Agreement for an employment

`GET /v1/employments/{employment_id}/employment-agreement/download`

Downloads a PDF of the auto-generated Employment Agreement for an employment.

The document is rendered as a draft (no signatures) and is not persisted. EA preview is only
available for countries that have a published Employment Agreement automation template — see the
`employment_agreement_preview_available` flag on the [Countries](#tag/Countries) endpoint.


## Scopes

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

## Path parameters

- `employment_id` string, required

## Response `200`

Success

- string, binary — A file represented as a base64-encoded string.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

[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)
