user_activity
Retrieve recent event history for a specific user by providing their distinct ID and date range. Use this tool to analyze user behavior patterns and track interactions within your application.
Instructions
Get a user's activity stream. Returns recent events for a specific user.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| distinct_id | Yes | User's distinct ID | |
| from_date | Yes | Start date (YYYY-MM-DD) | |
| to_date | Yes | End date (YYYY-MM-DD) |