Skip to main content
GET
Retrieve data 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 data retrieved successfully

session_id
string

Unique identifier for the session

Example:

"abc123def456"

user_id
string

User identifier provided during script initialization (if any)

Example:

"user-456"

tags
string[]

Tags associated with this session

Example:
risk_score
integer

Overall risk score for the session (0-100). Higher scores indicate higher risk.

Required range: 0 <= x <= 100
Example:

75

risk_explanation
string

Short explanation of the factors contributing to the risk score

Example:

"User was flagged for multiple likely bot behaviors, indicating a medium to high risk of fraud."

Suggested action based on the risk score

Available options:
Auto-accept,
Accept with monitoring,
Manual review or require additional verification,
Auto-reject or high-priority review,
Unknown
Example:

"Manual review or require additional verification"

user_logs
object[]
deprecated

Deprecated. Chronological list of user actions recorded during the session. This field will be removed soon — use the /v1/sessions/{sessionId}/events endpoint instead.

Example:
biometric_checks
object

Results of biometric analysis for bot detection

Example:
device_checks
object

Results of device and network checks for environment anomalies

Example: