---
title: "Query Namespace"
method: GET
path: "/vectors/namespaces/search"
tags: ["Vectors"]
---

# Query Namespace

`GET /vectors/namespaces/search`

Run similarity search on a namespace. For M2M calls, pass the 'namespaceId' instead of 'namespaceName' in the query params

## Query parameters

- `query` string, required
- `raw` boolean
- `topK` integer, required
- `namespaceName` string, required

## Response `200`

successful operation

- ResponseMessage
  - `message` string

---

[API](https://skmtc.net/smythos/apis/smyth-api.md) · [All operations](https://skmtc.net/smythos/apis/smyth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smythos/smyth-api/versions/1475e078fb4a/schema)
