list_intervals
Retrieve time entries (intervals) grouped by day for a date range, with paging and filters for tags and activity types.
Instructions
List raw time entries (intervals) grouped by day for a date range (max 100 days). Paged by day — use page for older days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date yyyy-MM-dd, inclusive | |
| from | No | Start date yyyy-MM-dd (use with `to`) | |
| page | No | Page number, 0-based (default 0) | |
| size | No | Days per page (default 20, max 50) | |
| tags | No | Filter to these tags | |
| period | No | Named period; alternative to explicit from/to | |
| 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) |