everhour_list_timers
List timer history with filtering by project, assignee, and date range. Paginate through results to manage time entries.
Instructions
List timer history from Everhour. Supports filtering by project, assignee, and date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date for filtering (YYYY-MM-DD format) | |
| from | No | Start date for filtering (YYYY-MM-DD format) | |
| page | No | Page number for pagination (default: 1) | |
| limit | No | Number of timers per page (default: 100) | |
| project | No | Filter timers by project ID | |
| assignee | No | Filter timers by assignee user ID |