tasks_list
List tasks from projects with optional filters for search, sorting, pagination, and status filtering to organize your workflow.
Instructions
List all tasks (optionally filtered by project)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Filter by project ID (if not provided, returns all tasks) | |
| page | No | Page number for pagination (default: 1) | |
| perPage | No | Number of items per page (default: 50) | |
| search | No | Search tasks by text | |
| sortBy | No | Sort field: id, title, done, due_date, priority, created, updated | |
| orderBy | No | Sort order: asc or desc | |
| filter | No | Filter query (e.g., 'done = false') |