List documents in a vector store with pagination.
Args: vector_store_name: The unique name of the vector store limit: Maximum number of documents per page (max 100 with vectors, 1000 without) cursor: Pagination cursor from previous response filter_param: Optional metadata filter (JSON string) include_vectors: Whether to include embedding vectors vector_store_use_case: Injected vector store use case
Returns: Paginated list of documents
The name of the vector store
Vectors per page
x >= 1Pagination cursor
Metadata filter expression (JSON)
Include embedding vectors