Compute Process – Status

This API is used to get the current status of a recommendation computation request. The Request_Id provided as part of the “Compute/Run” response is used as parameter to get the current status information.

Resource URL

GET - /compute/status

Form Parameter

reqId
required
The request id for which status is required. The request_id is returned as part of the response JSON when Compute/Run is invoked.

Example Request URL

GET - http://__JTV_HOST__/compute/status?reqId=1234abcd

Example Return

On completed: On pending: On error: