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