List time entries
redmine_list_time_entriesRetrieve time entries filtered by user, project, issue, date range, or activity for timesheet review and billing reports.
Instructions
Query logged time by user, project, issue, date range, or activity — used for timesheet review ("what did I log this week") and billing/reporting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End of a spent-on date range, ISO "YYYY-MM-DD". | |
| from | No | Start of a spent-on date range, ISO "YYYY-MM-DD". | |
| sort | No | Sort column, optionally with ":desc", e.g. "spent_on:desc". | |
| limit | No | Maximum number of entries to return. | |
| offset | No | Pagination offset (skip N entries). | |
| user_id | No | User id whose entries to list, or "me". | |
| issue_id | No | Scope to a single issue id. | |
| spent_on | No | Exact spent-on date, ISO "YYYY-MM-DD". Use from/to for ranges. | |
| project_id | No | Scope to a project id or identifier slug. | |
| activity_id | No | Filter by activity id (e.g. Development, Design). |