Get job result
GET/jobs/:jobId/result
This request returns result when it is available and is blocked otherwise. You can also call the getJobInfo
API request until
the returned job status is completed
.
When the job is completed successfully, retrieve the result data with the getJobResultData
API request.
Note that when waiting for the job result, request timeouts can 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.