get_sessions
List and filter visitor sessions by device, country, friction score, duration, and rage clicks to identify frustrated users or specific behavior patterns.
Instructions
List recent visitor sessions with filtering.
Each session includes: duration, page count, entry/exit URLs, device info, screen size, IP address, location (country/city), friction score, and rage click count.
Use this to find sessions matching specific criteria — e.g. frustrated mobile users, visitors from a specific country, or high-friction sessions.
Args: query: Search entry/exit URLs (e.g. "/pricing", "/checkout") limit: Max results (1-100, default 20) offset: Pagination offset country: Filter by country name device_type: "mobile" or "desktop" min_friction: Minimum friction score (0-10) min_duration: Minimum session duration in seconds has_rage_clicks: Only sessions with rage clicks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| limit | No | ||
| offset | No | ||
| country | No | ||
| device_type | No | ||
| min_friction | No | ||
| min_duration | No | ||
| has_rage_clicks | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |