Python
Batch Predictions
List batch predictions
Returns batch predictions for the authenticated teamspace in reverse chronological order. Use after with next_cursor from the previous response to paginate.
GET
Python
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The maximum number of batch predictions to return, between 1 and 100.
Required range:
1 <= x <= 100Opaque cursor returned by a previous list call.
Optional filter by batch prediction status.
Current batch lifecycle state. Terminal states are completed, failed, expired, and cancelled.
Available options:
validating, failed, in_progress, finalizing, completed, expired, cancelling, cancelled Response
List of batch predictions
Cursor-paginated list of batch predictions.