list_tasks
Retrieve tasks with optional filters for active status, update time, and pagination. Tasks are the foundation for time tracking and can be assigned to projects.
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 |
|---|---|---|---|
| is_active | No | Filter by active status | |
| updated_since | No | Filter by tasks updated since this timestamp | |
| page | No | Page number for pagination | |
| per_page | No | Number of tasks per page (max 2000) |