Skip to main content

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

Successful response to the getJobResult request