Batch
Create Batch Job
BatchCreateResponse beta().batch().create(BatchCreateParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
POST/api/v1/beta/batch-processing
List Batch Jobs
BatchListPage beta().batch().list(BatchListParamsparams = BatchListParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v1/beta/batch-processing
Get Batch Job Status
BatchGetStatusResponse beta().batch().getStatus(BatchGetStatusParamsparams = BatchGetStatusParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v1/beta/batch-processing/{job_id}
Cancel Batch Job
BatchCancelResponse beta().batch().cancel(BatchCancelParamsparams = BatchCancelParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
POST/api/v1/beta/batch-processing/{job_id}/cancel
BatchJob Items
List Batch Job Items
JobItemListPage beta().batch().jobItems().list(JobItemListParamsparams = JobItemListParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v1/beta/batch-processing/{job_id}/items
Get Item Processing Results
JobItemGetProcessingResultsResponse beta().batch().jobItems().getProcessingResults(JobItemGetProcessingResultsParamsparams = JobItemGetProcessingResultsParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v1/beta/batch-processing/items/{item_id}/processing-results