Skip to content
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation

File Batches

Cancel vector store file batch
$ openai vector-stores:file-batches cancel
POST/vector_stores/{vector_store_id}/file_batches/{batch_id}/cancel
Create vector store file batch
$ openai vector-stores:file-batches create
POST/vector_stores/{vector_store_id}/file_batches
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
Retrieve vector store file batch
$ openai vector-stores:file-batches retrieve
GET/vector_stores/{vector_store_id}/file_batches/{batch_id}
ModelsExpand Collapse
vector_store_file_batch: object { id, created_at, file_counts, 3 more }

A batch of files attached to a vector store.