listTimeEntries
listTimeEntriesBrowse Redmine time-entry records filtered by project, issue, user, or date range to review logged hours.
Instructions
Browse actual Redmine time-entry records using project, issue, user and date-range filters. Use getMyTimeEntries for the API-key user without looking up an ID; getUserWorkload returns aggregates instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | YYYY-MM-DD | |
| from | No | YYYY-MM-DD | |
| limit | No | ||
| offset | No | ||
| userId | No | ||
| issueId | No | ||
| projectId | No | Project identifier or numeric ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum number of entries that may appear on this page. | |
| offset | Yes | Zero-based offset of the first entry on this page. | |
| totalCount | Yes | Total number of time entries across all pages. | |
| timeEntries | No | Time entries on this page. |