get_tracking_data
Retrieve the complete user journey timeline for a specific session in Umami web analytics, providing page views, events, and interactions.
Instructions
Get the full activity timeline (user journey) for one session.
Args: website_id: The website id (from get_websites). start_at: Range start (UTC). end_at: Range end (UTC). session_id: The session to inspect (from get_session_ids).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website_id | Yes | ||
| start_at | Yes | ||
| end_at | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |