Get job result
GET/jobs/:jobId/result
This call blocks until the result is available. If blocking is not acceptable, getJobInfo
can be polled, until
the job’s status is completed
.
If the job has completed successfully, its result data, typically documents, can be retrieved using the getJobResultData
request.
Note that when waiting for the job result, request timeouts may occur after 2 minutes. Therefore, it is recommended to handle request timeouts, especially for long-running jobs or for services under high load.
Request
Responses
- 200
- 404
- 409
Successful response to the getJobResult request
The job with the specified ID could not be found.
The job has no result, e.g. because it has not yet been started.