List time entries
clockify_list_time_entriesList recent time entries for the authenticated user, using optional ISO date, workspace, and page-size filters to review tracked hours and activity.
Instructions
Lists recent time entries for the authenticated user. Pass config_root as that repo's git toplevel when this MCP is user-scoped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Filter end (ISO-8601). | |
| start | No | Filter start (ISO-8601). | |
| page_size | No | ||
| config_root | No | Absolute git toplevel of the repo that contains .clockify/config.yml. Resolve once per session with `git rev-parse --show-toplevel` from the working directory (open tabs are not required); reuse that string on later calls unless the repo or focused root changed. Do not pass a multi-root .code-workspace folder. | |
| workspace_id | No | Workspace ID override. |