For 3 weeks now getting result of the file_batch returns vector_store object instead of vector_store.file_batch like it suppose to do.
GET https://api.openai.com/v1/vector_stores/vs_xxx/file_batches/vsfb_ibj_xxx
HTTP/2 200 OK
date: Fri, 03 Jul 2026 15:39:19 GMT
content-type: application/json
server: cloudflare
openai-version: 2020-10-01
openai-organization: xxx
openai-project: proj_xxx
x-request-id: req_b91f7a23c86e4b6881d9afc888db43e2
openai-processing-ms: 96
x-openai-proxy-wasm: v0.1
cf-cache-status: DYNAMIC
strict-transport-security: max-age=31536000; includeSubDomains; preload
x-content-type-options: nosniff
access-control-expose-headers: CF-Ray
content-encoding: br
cf-ray: a156fb73babc5687-OSL
alt-svc: h3=":443"; ma=86400
x-http2-stream-id: 3
transfer-encoding: chunked
{
"id": "vs_xxx",
"object": "vector_store",
"created_at": 1782926935,
"name": "Small Test Store",
"description": null,
"usage_bytes": 0,
"file_counts": {
"in_progress": 0,
"completed": 1,
"failed": 0,
"cancelled": 0,
"total": 1
},
"status": "completed",
"expires_after": null,
"expires_at": null,
"last_active_at": 1783092456,
"metadata": {}
}
It happens only on one of my project. The rest works fine. Seems like really annoying bug