Skip to content
Framework Docs

Batches

Create Batch
BatchCreateResponse batches().create(BatchCreateParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
POST/api/v2/batches
List Batches
BatchListPage batches().list(BatchListParamsparams = BatchListParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v2/batches
Get Batch
BatchGetResponse batches().get(BatchGetParamsparams = BatchGetParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v2/batches/{batch_id}