Mixedbread
Ingest

Manage Vector Store Files

Once files are uploaded to your Vector Store, you can manage them using these core operations. All operations work with the file ID.

Retrieve Vector Store File

Get detailed information about a specific file:

The response includes comprehensive file information including processing status, metadata, usage statistics, and error details if applicable.

For complete details on all file object properties, see .

List Vector Store Files

View all files in your Vector Store. The list operation uses cursor-based pagination:

Delete Vector Store File

Remove files from your Vector Store:

Important: Deleting a file permanently removes:

  • The original file from storage
  • All generated chunks and embeddings
  • Associated metadata and search indexes
  • Processing history and logs

Next Steps

Now that you can manage files, explore related functionality:

Last updated: July 15, 2025