Skip to main content
GET
Retrieve the result of an Async Model prediction

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

asyncModelId
string
required

Id of Async Model

asyncPredictionId
string
required

Id of Async Prediction

Response

Success

asyncPredictionId
string
required

Id of the Async Prediction

status
string
required

Status of the Async Prediction Request (Pending, Processing, Succeeded, Failed)

errors
string[]

Errors that caused the prediction to fail

result
object

The prediction result

Last modified on August 18, 2026