Predictions
Get Predictions by ID
Get prediction JSON by request ID.
GET
Get the predictions for a given prediction ID.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
Successful Response
Base prediction response for all API responses.
The usage metrics for the request.
Unique identifier of the response.
Date and time when the request was created (in UTC timezone)
Date and time when the response was completed (in UTC timezone)
The response from the model.
The status of the job.
Available options:
enqueued
, pending
, running
, completed
, failed
, paused