Get status of a conversion by job ID.
cURL
curl --request GET \ --url https://api.gonitro.dev/sign/conversions/{jobID}/status \ --header 'Authorization: Bearer <token>'
{ "jobID": "01234567-89ab-cdef-0123-456789abcdef", "status": "running" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the conversion job
Job status retrieved successfully
Unique identifier for the conversion job
"01234567-89ab-cdef-0123-456789abcdef"
The current status of the file conversion Job
running
completed
failed