Skip to main content
GET
List batch predictions

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:20

The maximum number of batch predictions to return, between 1 and 100.

Required range: 1 <= x <= 100
after
string

Opaque cursor returned by a previous list call.

status
enum<string>

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.

object
enum<string>
required

The object type, which is always list.

Available options:
list
data
object[]
required

Batch predictions in reverse chronological order.

next_cursor
string | null
required

Opaque cursor to fetch the next page.

has_more
boolean
required

Whether another page is available.