---
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
    - `vector_store_id` string, required
    - `custom_llm_provider` string, required
    - `vector_store_name` string, nullable
    - `vector_store_description` string, nullable
    - `vector_store_metadata` object, nullable
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable
    - `litellm_credential_name` string, nullable
    - `litellm_params` object, nullable
    - `team_id` string, nullable
    - `user_id` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **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
- **2026-09-21** `6246f8d427b7` — 2 info
  - api tag `vector store management` added
  - api tag `vector_store_management` removed
- **2026-09-19** `c357baf422ab` — 2 info
  - api tag `vector_store_management` added
  - api tag `vector store management` removed
- **2026-09-18** `082b5fabd909` — 9 breaking, 4 info
  - the response property `vector_store/created_at` became optional for the status `200`
  - the response property `vector_store/litellm_credential_name` became optional for the status `200`
  - the response property `vector_store/litellm_params` became optional for the status `200`
  - the response property `vector_store/team_id` became optional for the status `200`
  - …9 more

[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/731afbea6a1b?raw)
