Vector store search in Azure OpenAI service returns "Resource not found"

Elier Delgado 30 Reputation points
2025-04-03T20:52:48.39+00:00

Hello, I was able to create / upload files, create a vector store, etc. "inside" the Azure OpenAI Resource. However, I cannot make the search work. I'm wondering what I might be doing wrong?

I'm able to GET the vector store resource as shown below, so it exists, therefor the 404 Resource not found on the /search make no sense. The search always returns: 404 Resource Not found.

## Get vector store
GET https://abc123.openai.azure.com/openai/vector_stores/vs_abc123?api-version=2025-03-01-preview
Authorization: Bearer {{$OPENAI_API_KEY}}

## Search vector store returns 404 Resource Not Found
POST https://abc123.openai.azure.com/openai/vector_stores/vs_abc123/search?api-version=2025-03-01-preview
Authorization: Bearer {{$OPENAI_API_KEY}}
Content-Type: application/json
OpenAI-Beta: assistants=v2

{
    "query": "do something"
}

Here is the documentation:
https://learn.microsoft.com/en-us/azure/ai-services/openai/reference-preview#search-vector-store

Can someone confirms if that works?

FYI: it works just fine in api.openai.com

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform


Answer accepted by question author
JAYA SHANKAR G S 4,200 Reputation points Microsoft External Staff Moderator
2025-04-22T12:47:16.0766667+00:00

Hello @Elier Delgado ,

Got updates from product team, the /search endpoint is not currently supported. However, it is on the roadmap and expected to add support.

We’ll continue to monitor the rollout and will notify you as soon as the endpoint becomes available.

Thank you

Was this answer helpful?

1 person found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. Svanström, Niclas 5 Reputation points
    2026-07-22T15:42:18.36+00:00

    Still getting the error on my end, how can this still not be fixed?

    Was this answer helpful?

    5 people found this answer helpful.
    0 comments No comments

  2. Toma Tacescu 5 Reputation points
    2026-07-12T06:59:34.3366667+00:00

    Is vector store search in Azure OpenAI service fixed?
    I am getting an error on my end.
    This is a documented API and it should work

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments

  3. Markus von Staden 50 Reputation points
    2026-09-02T14:51:57.33+00:00

    We still get the same error. Documentation shows the endpoint and it works fine on OpenAI directly

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.