redmine_time_entries_list
List Redmine time entries using filters for project, user, issue, date range, and activity. Retrieve paginated results to monitor logged hours.
Instructions
List time entries (GET /time_entries.json).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| limit | No | ||
| offset | No | ||
| user_id | No | ||
| issue_id | No | ||
| fetch_all | No | ||
| project_id | No | ||
| activity_id | No |