Skip to content

Batches

Create Batch
client.Batches.New(ctx, params) (*BatchNewResponse, error)
POST/api/v2/batches
List Batches
client.Batches.List(ctx, query) (*PaginatedCursor[BatchListResponse], error)
GET/api/v2/batches
Get Batch
client.Batches.Get(ctx, batchID, query) (*BatchGetResponse, error)
GET/api/v2/batches/{batch_id}