From 1454aed30e11388a1f5c0e5a4ef5578a4c639378 Mon Sep 17 00:00:00 2001 From: Garvit Gupta Date: Tue, 26 Aug 2025 12:57:56 -0700 Subject: [PATCH] [Vectorize] Add changelog entry for the Vectorize list-vectors operation --- .../vectorize/2025-08-26-vectorize-list-vectors.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/content/changelog/vectorize/2025-08-26-vectorize-list-vectors.mdx diff --git a/src/content/changelog/vectorize/2025-08-26-vectorize-list-vectors.mdx b/src/content/changelog/vectorize/2025-08-26-vectorize-list-vectors.mdx new file mode 100644 index 000000000000000..35195d9dd9b3320 --- /dev/null +++ b/src/content/changelog/vectorize/2025-08-26-vectorize-list-vectors.mdx @@ -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.