clokio_list_tasks
List tasks from a Clokio workspace with filters for project, status, priority, assignee, label, search, and dates. Use pagination or cursor to browse results and access each task's URL.
Instructions
List tasks. Supports filters: project_id, status (slug), priority, assignee (employee_code), label, search, open (1 = only open tasks), created_before / due_before (YYYY-MM-DD, org timezone). Paginate with page, or crawl with cursor. Each task carries a task_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| open | No | true = only tasks whose status is not "done" | |
| page | No | ||
| label | No | ||
| cursor | No | ||
| search | No | ||
| status | No | Status slug, e.g. "in_progress" | |
| assignee | No | employee_code, e.g. "00080" | |
| priority | No | ||
| due_before | No | YYYY-MM-DD | |
| project_id | No | ||
| created_before | No | YYYY-MM-DD |