Get Predictions
Get all predictions uploaded by the user with pagination.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of items to skip
x >= 0Maximum number of items to return
1 <= x <= 1000Response
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. May be an empty dict/list when the model found no extractable content (valid for status=completed).
The status of the job.
pending, enqueued, running, completed, failed, paused The domain of the prediction (e.g. document.invoice, image.caption).