Predictions
Get Predictions List
Get all predictions uploaded by the user with pagination.
GET
Get the list of predictions for the current user.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Number of items to skip
Required range:
x > 0
Maximum number of items to return
Required range:
1 < x < 1000
Response
200
application/json
Successful Response
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