File Batches
Create vector store file batch
$ openai vector-stores:file-batches create
POST/vector_stores/{vector_store_id}/file_batches
Retrieve vector store file batch
$ openai vector-stores:file-batches retrieve
GET/vector_stores/{vector_store_id}/file_batches/{batch_id}
Cancel vector store file batch
$ openai vector-stores:file-batches cancel
POST/vector_stores/{vector_store_id}/file_batches/{batch_id}/cancel
List vector store files in a batch
$ openai vector-stores:file-batches list-files
GET/vector_stores/{vector_store_id}/file_batches/{batch_id}/files