Skip to main content
GET
Get revision chain

Authorizations

x-api-key
string
header
required

Long-lived org API key. Alternative: Authorization: Bearer <key>.

Path Parameters

memory_id
string
required

Response

Successful Response

Stripe-style list envelope used by GET /v1/memories, GET /v1/memories/{id}/revisions, and the default search response.

object
string
default:list

Constant discriminator for the resource type.

Allowed value: "list"
data
Memory · object[]

Page of memory rows.

has_more
boolean
default:false

True if more rows exist beyond this page; use next_cursor to fetch them.

next_cursor
string | null

Opaque cursor for the next page. Null on the final page. Tenant-scoped: only usable with the same (org, key) that produced it.