Get job result
GET/jobs/:jobId/result
This request returns the 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 by default. You can configure the job and task timeouts in the Conversion Service Configurator under Workflows & Profiles. Select a workflow profile and adjust the values in the Job Settings section. 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.