GET api/v{version}/jobs/{jobId}/result

Requests the result of a finished job

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jobId

The id of the requested job

globally unique identifier

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

WebPrediction if job is finished, null otherwise

WebPrediction
NameDescriptionTypeAdditional information
Status

PredictionStatus

None.

Error

string

None.

Smiles

string

None.

ModelName

string

None.

Result

string

None.

Report

Dictionary of Object [key] and Object [value]

None.

Response Formats

application/json, text/json

Sample:

Sample not available.