Find job status

GET {{baseUrl}}/api/{{apiV3Version}}/job/:job-id

Return the job status. Return the job status and document id if a document is uploaded.

HEADERS

KeyDatatypeRequiredDescription
{{idoxAPIKey}}stringPlease sign-up iDox.ai and get an API key.
Acceptstring

RESPONSES

status: OK

{"jobId":"623a69e83797606f72d338d5","taskCategory":"DOC_TOOL","taskSubcategory":"PRE_PROCESSING","status":"Succeeded","startDateTime":"2022-03-23T00:29:28.584Z","completeDateTime":"2022-03-23T00:29:33.415Z","expirationDateTime":"2022-03-24T00:29:28.584Z","payload":{"filename":"Test 2 - Lisa.docx","docId":"623a69e83797606f72d338d6"}}