---
title: "Get Conversion Job Status"
method: GET
path: "/sign/conversions/{jobID}/status"
tags: ["Sign"]
deprecated: true
---

# Get Conversion Job Status

`GET /sign/conversions/{jobID}/status`

> **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.

Get status of a conversion by job ID.

## Path parameters

- `jobID` string, required

## Response `200`

Job status retrieved successfully

- JobStatusResponse
  - `jobID` string — Unique identifier for the conversion job
  - `status` 'running' | 'completed' | 'failed' — The current status of the file conversion Job

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `404` — Job not found with the provided job ID
- `500` — Internal server error while retrieving job status

---

[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/revisions/26e3043a365b/schema)
