List time entries
clockify_list_time_entriesList time entries for a user or date range, newest first, with total hours. Filter by project, description, or running entry. Defaults to today's entries.
Instructions
Time entries for a person over a day or a range, newest first, with a total. Without any date arguments it returns today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Range end, local; inclusive of that day when a date is given | |
| date | No | A single day: `2026-08-05`, `today`, `yesterday` | |
| from | No | Range start, local (`2026-08-01` or a full ISO instant) | |
| page | No | Page number (default 1) | |
| limit | No | Cap for all_pages (default 500) | |
| user_id | No | User id, or `me` (default) for the owner of the API key. | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| page_size | No | Items per page, max 200 (default 50) | |
| project_id | No | Only this project | |
| description | No | Only entries whose description contains this | |
| in_progress | No | Only the running entry | |
| project_name | No | Only this project, by name | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |