List Kimai Timesheets
kimai_list_timesheetsList Kimai timesheet entries filtered by user, customer, project, activity, dates, tags, exported, and active state.
Instructions
List Kimai timesheet entries from /api/timesheets with optional user, customer, project, activity, date, tag, exported, and active filters. This tool is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Optional end date/time filter. | |
| page | No | Kimai API page number for paginated endpoints. | |
| size | No | Kimai API page size. Kimai supports a maximum size of 500. | |
| tags | No | Optional tag filters. | |
| user | No | Optional user ID filter. | |
| begin | No | Optional begin date/time filter. | |
| active | No | Optional active/running filter. | |
| project | No | Optional project ID filter. | |
| activity | No | Optional activity ID filter. | |
| customer | No | Optional customer ID filter. | |
| exported | No | Optional exported-state filter. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |