Document conversion job status

GET

Once you get a conversion job result, you can acquire a conversion job status via token. Just put it in your request URL as :token.

Path parameters

tokenintegerRequired
Job token.

Headers

AcceptstringOptional
Version header.

Response

This endpoint returns an object.
statusenumOptional
Allowed values: pendingprocessingfinishedfailedcancelled

Conversion job status, can have one of the following values: - pending — a source file is being prepared for conversion. - processing — conversion is in progress. - finished — the conversion is finished. - failed — failed to convert the source, see error for details. - canceled — the conversion was canceled.

errorstringOptional
Holds a conversion error if your file can't be handled.
resultobjectOptional
Repeats the contents of your processing output.

Errors