---
title: "Get Vector Store Info"
method: POST
path: "/vector_store/info"
tags: ["vector_store_management"]
---

# Get Vector Store Info

`POST /vector_store/info`

Return a single vector store's details

## Request body

- VectorStoreInfoRequest
  - `vector_store_id` string, required

## Response `200`

Successful Response

- ResponseLiteLLMManagedVectorStore
  - `vector_store` LiteLLMManagedVectorStoresTable
    - `created_at` string, date-time, nullable
    - `custom_llm_provider` string, required
    - `litellm_credential_name` string, nullable
    - `litellm_params` object, nullable
    - `team_id` string, nullable
    - `updated_at` string, date-time, nullable
    - `user_id` string, nullable
    - `vector_store_description` string, nullable
    - `vector_store_id` string, required
    - `vector_store_metadata` object, nullable
    - `vector_store_name` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-27** `b694deb1e459` — 2 info
  - api tag `vector_store_management` added
  - api tag `vector store management` removed
- **2026-09-26** `cfac079bcc04` — 2 info
  - api tag `vector store management` added
  - api tag `vector_store_management` removed
- **2026-09-25** `a4fccd4bf54d` — 2 info
  - api tag `vector_store_management` added
  - api tag `vector store management` removed
- **2026-09-24** `731afbea6a1b` — 2 info
  - api tag `vector store management` added
  - api tag `vector_store_management` removed
- **2026-09-23** `7ed45f30a5f0` — 2 info
  - api tag `vector_store_management` added
  - api tag `vector store management` removed

[Full history](https://skmtc.dev/flock/apis/litellm-api/changes/vector_store/info/post.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/b694deb1e459?raw)
