Skip to main content
GET
Retrieve the event log for a specific session

Authorizations

Authorization
string
header
required

Use your secret API key as the bearer token

Path Parameters

sessionId
string
required

The unique session identifier (from window.getRoundtableSessionId())

Response

200 - application/json

Session events retrieved successfully

session_id
string

Unique identifier for the session

Example:

"abc123def456"

event_count
integer

Total number of events recorded during the session

Example:

3

events
object[]

Chronological list of user events recorded during the session

Example: