Get revision chain
Return the revision chain for a memory.
Facts → supersede chain (oldest → newest). Artifacts → version chain (v1 → vN). Episodes → single-element list (episodes have no revisions today).
Full chain in one response. has_more is always false;
cursor envelope kept for shape consistency.
Documentation Index
Fetch the complete documentation index at: https://docs.mem.xtrace.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Long-lived org API key. Alternative: Authorization: Bearer <key>.
Required alongside the API key (no key→org reverse index).
Headers
Path Parameters
Response
Successful Response
Stripe-style list envelope used by GET /v1/memories,
GET /v1/memories/{id}/revisions, and the default search
response.
Constant discriminator for the resource type.
"list"Page of memory rows.
True if more rows exist beyond this page; use next_cursor to fetch them.
Opaque cursor for the next page. Null on the final page. Tenant-scoped: only usable with the same (org, key) that produced it.