vector

history

Read retained vector history for one key.

strata vector history

wire vector_history

Returns retained history rows for one vector key, including vector revision facts and tombstones when present.

Optional reads distinguish present data from missing data. When version or timestamp facts exist on the executor output, SDK mappings should preserve them.

To see the complete help for this command, run:

strata vector history --help

Example

A key that never existed has no history.

strata vector collection create docs 3 --metric cosinestrata vector history docs absent

Parameters

NameTypeRequiredDescription
collectionstringyesCollection name.
keystringyesVector key.
branchstring or nullnoTarget branch. Defaults to the executor handle branch.
spacestring or nullnoTarget product space. Defaults to `"default"`.

Returns

Maybe<Vec<VectorHistoryItem>>

  • dataany
  • typestring

Errors

Recover by code. Retry policy and commit outcome come from the shipped error registry.

← All 22 Vectors commands

agents: this page as markdown → /docs/reference/vector/history.md