List tasks
harvest_list_tasksList tasks (the billable/non-billable work categories that can be assigned to projects), optionally filtered by active status or updated-since. Paginated. Harvest REST: GET /tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) for pagination. | |
| per_page | No | Results per page (1–2000, Harvest default 2000). | |
| is_active | No | Only active (true) or archived (false) tasks. | |
| updated_since | No | Only tasks updated since this ISO-8601 datetime. |