Get vector store file batch
GET {{baseUrl}}/vector_stores/:vector_store_id/file_batches/:batch_id
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
OpenAI-Beta | string |
RESPONSES
status: OK
{"id":"vsfb_c546bc5276a646539c4c0e90a7a433a1","object":"vector_store.file_batch","created_at":1725136494,"status":"completed","vector_store_id":"vs_r9TYb7Il6YNbtlJgMjA035O0","file_counts":{"in_progress":0,"completed":1,"failed":0,"cancelled":0,"total":1}}