PendingResult

Description: Retrieves results of past computations, which exceeded the computation time-out values (default 30 seconds). 

URL/pendingResult/<pendingResultUUID>

Method: GET

Header:  You must provide the authentication token in the header, using the following syntax:

{ 
	Authorization : "Bearer" +" "+ token 
}

URL ParamsRequired: pendingResultUUI


Response Codes

Code

Result

Response

Success

200

Success

{
	data : required computation data
}

Warnings

307

Temporary redirect

{
	resultUrl : url 
}

Client errors

400

Bad request

404

Not found