Skip to content

Commit 5f55930

Browse files
authored
[Vectorize] Add changelog entry for the Vectorize list-vectors operation (#24708)
1 parent cbf952b commit 5f55930

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: List all vectors in a Vectorize index with the new list-vectors operation
3+
description: Enumerate all vector identifiers in your Vectorize indexes for bulk operations, auditing, and data migration.
4+
date: 2025-08-26
5+
products:
6+
- vectorize
7+
---
8+
9+
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.
10+
11+
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.

0 commit comments

Comments
 (0)