GetVectorStoreRequest Example Usage import { GetVectorStoreRequest } from "argot-open-ai/models/operations"; let value: GetVectorStoreRequest = { vectorStoreId: "<id>", }; Fields Field Type Required Description vectorStoreId string ✔️ The ID of the vector store to retrieve.