Magidoc

SessionReplaySummary
Object

Per-session rollup of the Cognition Replay chunk stream. One row per sessionId for the given workspace — the building block for a "recent sessions" surface that links into the full-fidelity replay player.

Fields

#

sessionId

ID !
Non-null

userExternalId

Non-null

user

Resolved actor (same dataloader shape as CognitionEvent.user).

startedAt

Non-null

Timestamp of the first chunk in the session.

endedAt

Non-null

Timestamp of the last chunk in the session.

durationMs

Non-null

endedAt - startedAt, in milliseconds.

chunkCount

Non-null

environment

Non-null

href

Best-effort href/title surfaced from chunk meta, or null when unknown.