---
title: "Download Job PDF"
method: GET
path: "/api/jobs/{id}/download"
tags: ["jobs"]
---

# Download Job PDF

`GET /api/jobs/{id}/download`

Download a pdf representation of the job.

## Path parameters

- `id` string, required

## Query parameters

- `confidences` boolean

## Response `200`

Download a Job

## Other responses

- `400` — InvalidRequestError - The request is invalid.
- `401` — AuthenticationError - The request could not be authenticated.
- `404` — ConnectionError - A connection error occurred while communicating to the Vouched service.
- `429` — TooManyRequestsError - the Vouched service has throttled this request.
- `500` — UnknownSystemError - A unknown system error occurred.

---

[API](https://skmtc.dev/vouched/apis/vouched-api.md) · [All operations](https://skmtc.dev/vouched/apis/vouched-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vouched/vouched-api/revisions/e6b14826bf7f/schema)
