Skip to content

ReplayService

Provides access to session recordings captured from the mobile app. Used by the admin dashboard to replay user sessions for UX analysis.

MethodDescription
ListSessionRecordingsList session recordings
GetSessionSnapshotsGet snapshots for a session recording

List session recordings for the organization.

Authorization: Requires VIEW_REPLAYS permission

FieldTypeDescription
paginationPaginationPagination parameters.
user_idstringFilter by user ID.
FieldTypeDescription
recordingsSessionRecording[]List of session recordings.
paginationPaginationMetaPagination metadata.
FieldTypeDescription
idstringRecording ID.
user_idstringUser who generated the recording.
duration_msint64Recording duration in milliseconds.
started_atTimestampWhen the session started.

Get the snapshot data for a session recording.

Authorization: Requires VIEW_REPLAYS permission

FieldTypeDescription
recording_idstringRecording ID.
FieldTypeDescription
snapshotsbytesSerialized snapshot data for the session replay player.