list_tasks
Retrieve tasks from Harvest with filters for active status, pagination, and update timestamps.
Instructions
Retrieve a list of tasks with optional filtering. Tasks are the building blocks for time tracking and can be assigned to projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| per_page | No | Number of tasks per page (max 2000) | |
| is_active | No | Filter by active status | |
| updated_since | No | Filter by tasks updated since this timestamp |