get_user_sessions
Retrieve user sessions by ID within a specified date range using API key authentication. Supports analysis of session data for insights into user behavior and interaction patterns.
Instructions
Get sessions for a specific user ID (API key authentication supported)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endDate | No | End date in ISO format | |
startDate | No | Start date in ISO format | |
userId | Yes | The user ID to get sessions for |