List Time Entries
list_time_entriesRetrieve Redmine time entries with filters for user, project, issue, and date range, plus pagination or fetch all for reports and aggregations.
Instructions
List time entries with optional filters and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results per page (max 100). | |
| offset | No | Pagination offset (ignored when fetch_all=True). | |
| to_date | No | End date filter (YYYY-MM-DD). | |
| user_id | No | Filter by user ID. | |
| issue_id | No | Filter by issue ID. | |
| fetch_all | No | If True, automatically paginates and returns all matching entries in a single response. Use this for reports/aggregations. | |
| from_date | No | Start date filter (YYYY-MM-DD). | |
| project_id | No | Filter by project ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||