---
title: "Get Converted File by Job ID"
method: GET
path: "/sign/conversions/{jobID}:download-converted"
tags: ["Sign"]
deprecated: true
---

# Get Converted File by Job ID

`GET /sign/conversions/{jobID}:download-converted`

> **Deprecated.**

*This endpoint was deprecated* on March 24, 2026, and will be sunset on July 1, 2026. Please migrate your existing functionality to the current endpoint: https://developers.gonitro.com/docs/api-reference/sign/create-document-by-envelope-id , which already supports multiple file types.

Downloads the file that was converted in a previous request.

## Path parameters

- `jobID` string, required

## Response `200`

Converted file downloaded successfully

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `404` — Conversion job not found
- `500` — Internal server error during file retrieval

---

[API](https://skmtc.net/gonitro/apis/nitro-sign-public-api.md) · [All operations](https://skmtc.net/gonitro/apis/nitro-sign-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gonitro/nitro-sign-public-api/versions/26e3043a365b/schema)
