get_time_entries_for_board
Retrieve all KanbanFlow time entries (manual, Pomodoro, Stopwatch) for a specific board within a date range. Use board_name and optional from/to timestamps to filter results.
Instructions
Get all time entries (manual, Pomodoro, Stopwatch) for the board 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) | |
| limit | No | Max 1000, default 100 | |
| userId | No | ||
| board_name | Yes | Name of the configured board to operate on (see list_boards) |