Endpoint: GET /v2/activities

This endpoint retrieves all activities for a specific user and session. The activities can include any actions or interactions made by the user during that session.

Query-String Parameters

user_id
string
required

The unique ID of the user.

session_id
string
required

The unique ID of the session for that user.

Response Parameters

_id
string

Unique ID of the activity.

session_id
string

Session ID associated with the activity.

user_id
string

User ID associated with the session.

log_data
object

Detailed log of the activity.

time_stamp
object

Timestamp of when the activity occurred.