Magidoc

SessionReplayChunk
Object

A single rrweb chunk from the session replay capture stream, resurrected from the cognition.replayChunks ClickHouse table for playback. events is the raw JSON-stringified rrweb event array as captured — callers feed it directly into rrweb-player.

Fields

#

sessionId

Non-null

seq

Non-null

Monotonic per-session sequence number (0, 1, 2, …). Used to order chunks on playback.

occurredAt

Non-null

Timestamp of the first event in this chunk.

workspaceExternalId

Non-null

userExternalId

Non-null

environment

Non-null

events

Non-null

JSON-stringified rrweb event array; pass through to rrweb-player untouched.

meta

Non-null