list_time_entries
Retrieve time entries from OpenProject with optional filters for project, work package, user, and date range. Paginate through results using offset and limit.
Instructions
List time entries with optional project, work package, user, and date filters.
work_package_id: internal id (e.g., 952) or display_id (e.g., "PROJ-51"), not UI display number.
limit is capped at OPENPROJECT_MAX_PAGE_SIZE (default 50); pass the returned next_offset as the next call's offset to page past the cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | ||
| limit | No | ||
| offset | No | ||
| project | No | ||
| spent_on_to | No | ||
| spent_on_from | No | ||
| work_package_id | No |