v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
Sessions

Get session memory changes

Returns the memory writes the session made as per-record before/after diffs. Pass traceId to restrict to a single trace of the session.

get/v1/projects/{projectSlug}/sessions/{sessionId}/memory/changes

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

sessionIdstring required

Session identifier lifted from instrumentation. Up to 128 characters.

Session identifier lifted from instrumentation. Up to 128 characters.

Query parameters

traceIdstring

Restrict the memory changes to this trace of the session. Omit for the whole session.

Restrict the memory changes to this trace of the session. Omit for the whole session.

Response

Session memory changes