activitywatch_get_events
Retrieve raw time tracking events from ActivityWatch buckets to analyze application usage, browsing history, and productivity patterns with customizable date ranges and limits.
Instructions
Get raw events from an ActivityWatch bucket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucketId | Yes | ID of the bucket to fetch events from | |
| limit | No | Maximum number of events to return (default: 100) | |
| start | No | Start date/time in ISO format (e.g. '2024-02-01T00:00:00Z') | |
| end | No | End date/time in ISO format (e.g. '2024-02-28T23:59:59Z') |