---
title: "Get vector store"
method: GET
path: "/vector-stores/{id}"
tags: ["VectorStore"]
---

# Get vector store

`GET /vector-stores/{id}`

Retrieve a single vector store by ID. Supports both DB stores and env stores (__env_* IDs)

## Path parameters

- `id` string, required

## Response `200`

Vector store details

- object

## Other responses

- `401` — Unauthorized
- `404` — Vector store not found

---

[API](https://skmtc.net/tencentblueking/apis/weknora-api.md) · [All operations](https://skmtc.net/tencentblueking/apis/weknora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tencentblueking/weknora-api/revisions/abce9036def5/schema)
