list_time_entries
Retrieve time entries from a Clockify workspace, filtered by user, date range, project, task, or tags. Use it to review tracked hours and in-progress work.
Instructions
Lists time entries for a user in a workspace. If user_id is omitted, the current API user is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Range end (yyyy-MM-ddThh:mm:ssZ). | |
| page | No | ||
| tags | No | ||
| task | No | Filter by task id. | |
| start | No | Range start (yyyy-MM-ddThh:mm:ssZ). | |
| project | No | Filter by project id. | |
| user_id | No | ||
| hydrated | No | ||
| page_size | No | ||
| description | No | ||
| in_progress | No | Maps to in-progress query flag. | |
| workspace_id | Yes |