---
title: "Download translated file when async job is complete (PDF or Markdown)"
method: GET
path: "/jobs/{jobId}"
---

# Download translated file when async job is complete (PDF or Markdown)

`GET /jobs/{jobId}`

The response `Content-Type` and file extension depend on the job's output format: `application/pdf` (`.pdf`) for a PDF job, `text/markdown` (`.md`) for a Markdown job.

## Path parameters

- `jobId` string, uuid, required

## Response `200`

Translated file (PDF or Markdown depending on the job's output format)

## Other responses

- `404` — Unknown job identifier
- `409` — Job is not completed yet (PENDING or PROCESSING)
- `410` — Translated file has expired and was cleaned up
- `422` — Job failed during processing

---

[API](https://skmtc.net/cdc/apis/zia-translation-service.md) · [All operations](https://skmtc.net/cdc/apis/zia-translation-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cdc/zia-translation-service/revisions/81f7e55a3813/schema)
