We are currently experiencing repeated 504 Gateway Timeout errors when using the Vector Store API.
We first observed the issue at approximately 11:50 PM JST on July 23, 2026 (7:50 AM PDT on July 23, 2026), and the errors have continued to recur since then.
The issue occurs with the following endpoints:
POST /v1/vector_stores
POST /v1/vector_stores/{vector_store_id}/search
A sample search request is:
{
"query": "CheckOut Time",
"ranking_options": {
"ranker": "auto",
"score_threshold": 0.2
},
"rewrite_query": false,
"max_num_results": 5
}
The error response is:
{
"type": "https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-504/",
"title": "Error 504: Gateway time-out",
"status": 504,
"detail": "The origin web server did not respond to Cloudflare within the allowed time. This typically means the origin is overloaded or a backend process is taking too long.",
"instance": "a1fbd383cbd1d90d",
"error_code": 504,
"error_name": "origin_gateway_timeout",
"error_category": "origin",
"ray_id": "a1fbd383cbd1d90d",
"timestamp": "2026-07-23T15:48:08Z",
"zone": "api.openai.com",
"cloudflare_error": true,
"retryable": true,
"retry_after": 120,
"owner_action_required": true,
"what_you_should_do": "Wait and retry. Back off for at least 120 seconds. If the error persists, the website operator should investigate long-running processes on the origin server."
}
We have already confirmed the following:
-
GET /v1/vector_storesworks successfully. -
Vector Store creation and search fail consistently for some OpenAI projects.
-
The same requests succeed in other projects within our environment.
-
Authentication and general API connectivity appear to be working correctly.
-
Waiting for more than 120 seconds and retrying does not consistently resolve the issue.
Because the issue is project-dependent and the Cloudflare response identifies it as an origin_gateway_timeout, this appears to be a partial outage or backend issue affecting specific Vector Store project resources or shards.
Has anyone else experienced the same issue?
It would also be helpful if someone from OpenAI could confirm whether there is currently a known incident affecting Vector Store creation or search for specific projects.
We can provide the affected Organization ID, Project IDs, additional timestamps, and client request IDs privately if needed.
