Get Classification Job Result
GET/classifications/jobs/:job_id
Get the status and result of a classification job.
Retrieves the current status of a classification job and, if completed successfully,
the document type together with the model's confidence for that class, e.g.
{"document_type": "invoice", "metadata": {"document_type": {"confidence": 0.93}}}.
- job_id: The ID of the job to retrieve
Request
Responses
- 200
- 401
- 403
- 404
Classification job status and result
Unauthorized
Forbidden
Not Found