---
title: "Get a given document in a given sent offer"
method: GET
path: "/offers/{offerId}/documents/{documentId}"
tags: ["offers"]
---

# Get a given document in a given sent offer

`GET /offers/{offerId}/documents/{documentId}`

## Path parameters

- `offerId` string, required
- `documentId` string, required

## Response `200`

Requested file.

## Other responses

- `400` — Malformed request. ID format is invalid.
- `403` — Forbidden from downloading offer because of detected malware in document.
- `404` — Offer or document not found or lack of access.
- `409` — Offer was not sent to the candidate.
- `422` — Offer was sent with an unsupported provider.

---

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