26e3043a365b

latestOpenAPI 3.1.02026-08-064686150.6 KB
Sign

Get Conversion Job Status

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.

get/sign/conversions/{jobID}/status

Path parameters

jobIDstring required

The ID of the conversion job

Response

Job status retrieved successfully

jobIDstring

Unique identifier for the conversion job

status'running' | 'completed' | 'failed'

The current status of the file conversion Job

Example response

{
  "jobID": "01234567-89ab-cdef-0123-456789abcdef"
}