time_report
Retrieve aggregated time statistics per activity type for a date range, returning overall totals and day, week, or month buckets.
Instructions
Aggregated time statistics per activity type for a date range. Returns overall totals plus per-DAY/WEEK/MONTH buckets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date yyyy-MM-dd, inclusive | |
| from | No | Start date yyyy-MM-dd (use with `to`) | |
| tags | No | Filter to these tags | |
| period | No | Named period; alternative to explicit from/to | |
| group_by | No | Bucket size for the periods breakdown (default DAY) | |
| timezone | No | IANA timezone (default: user's timezone) | |
| type_ids | No | Filter to these exact activity type ids (internal — never show ids to the user) | |
| type_names | No | Filter to these activity type names (groups allowed) |