Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: List all vectors in a Vectorize index with the new list-vectors operation
description: Enumerate all vector identifiers in your Vectorize indexes for bulk operations, auditing, and data migration.
date: 2025-08-26
products:
- vectorize
---

You can now list all vector identifiers in a Vectorize index using the new `list-vectors` operation. This enables bulk operations, auditing, and data migration workflows through paginated requests that maintain snapshot consistency.

The operation is available via Wrangler CLI and REST API. Refer to the [list-vectors best practices guide](/vectorize/best-practices/list-vectors/) for detailed usage guidance.
Loading