get_time_entries_for_task
Retrieve all time entries for a specific task within a time window. Covers manual, Pomodoro, and Stopwatch entries.
Instructions
Get all time entries (manual, Pomodoro, Stopwatch) for a specific task within a time window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End timestamp, ISO 8601 or epoch ms (from or to required) | |
| from | No | Start timestamp, ISO 8601 or epoch ms (from or to required) | |
| task_id | Yes | ||
| board_name | Yes | Name of the configured board to operate on (see list_boards) |