Skip to main content
GET
Get prediction detail

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

predictionKey
string<uuid>
required

Response

Prediction detail successful response

predictionKey
string<uuid>
required
Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[4][0-9a-fA-F]{3}-[89aAbB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
Example:

"3a1a9a83-d549-4f25-b7ed-8174e0c955de"

modelKey
string<uuid>
required
Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[4][0-9a-fA-F]{3}-[89aAbB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
Example:

"4a1a9a83-d549-4f25-b7ed-8174e0c955da"

datasetKey
string<uuid>
required
Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[4][0-9a-fA-F]{3}-[89aAbB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
Example:

"c3a9a83-d549-4f25-b7ed-8174e0c955da"

status
enum<string>
required

Status of prediction processing:

  • PENDING - The prediction has been successfully created and is pending execution
  • RUNNING - The prediction is currently being processed. When this status is returned, an url for progress check is returned too
  • COMPLETED - The prediction has been successfully completed. An url to download the result as CSV is provided in the response
  • FAILED - The prediction execution has failed
  • TIMEOUT - The prediction execution has timed out
Available options:
PENDING,
RUNNING,
COMPLETED,
FAILED,
TIMEOUT
modelVersion
string | null

The version of the model this prediction actually ran against, recorded when it ran. A run always goes against whichever version was the champion at the time, so this is the only thing that says which one that was — re-pointing the champion afterwards does not change what an earlier prediction meant.

predictionResultDownloadUrl
string
createdOn
string
metadata
object
errors
object
warnings
object