List time entries
harvest_list_time_entriesList time entries, optionally filtered by user, project, client, task, date range, running/billed status, or updated-since. Paginated. Harvest REST: GET /time_entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only entries on/before this date, yyyy-mm-dd. | |
| from | No | Only entries on/after this date, yyyy-mm-dd. | |
| page | No | Page number (1-based) for pagination. | |
| task_id | No | Filter to a single task id. | |
| user_id | No | Filter to a single user id. | |
| per_page | No | Results per page (1–2000, Harvest default 2000). | |
| client_id | No | Filter to a single client id. | |
| is_billed | No | Only billed (true) or unbilled (false) entries. | |
| is_running | No | Only running (true) or only stopped (false) entries. | |
| project_id | No | Filter to a single project id. | |
| updated_since | No | Only entries updated since this ISO-8601 datetime. |