Get job result data
GET/jobs/:jobId/result/:resultId
Get result data, typically a document, of a job that has completed successfully.
Request
Responses
- 200
- 404
- 409
Successful response to the getJobResultData request
The job or result with the specified ID could not be found.
Unable to get result data, e.g. because it is not yet available. Call getJobResult
first.