get_time_entries
Retrieve logged time entries from Redmine with filters for project, user, and date range to track work hours and analyze time allocation.
Instructions
Get time entries logged in Redmine. Can be filtered by project, user, and date range.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Filter by project ID | |
| user_id | No | Filter by user ID | |
| from | No | Start date in YYYY-MM-DD format | |
| to | No | End date in YYYY-MM-DD format | |
| limit | No | Number of results to return (1-100, default: 25) | |
| offset | No | Offset for pagination (default: 0) |