Skip to main content
GET
List memory versions

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Path Parameters

memory_store_id
string<uuid>
required

Memory store id (UUID) whose history is being read.

Query Parameters

memory_id
string

Only versions of this memory. The memory may since have been deleted.

limit
integer
default:50

Page size from 1 through 100, default 50.

Required range: 1 <= x <= 100
cursor
string

Opaque next_cursor from the previous history page, with the same memory_id filter.

Response

A page of immutable memory history, including the evidence and reason for each change.

A page of immutable memory history, including the evidence and reason for each change.

memory_versions
object[]
required

Changes to the collection's memories, newest first, without full content.

next_cursor
string

Opaque cursor for the next page of retained memory history.