focus_list_tasks
List Toggl Focus tasks with filters for project, status, assignee, name, and pinned status. Supports pagination to control result size.
Instructions
Toggl Focus/2.0: list tasks with common filters (project, status, assignee, name, pinned). Not Track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | No | Page number (default 1) | |
| pinned | No | ||
| tag_id | No | ||
| archived | No | ||
| per_page | No | Results per page (default 50, max 100) | |
| status_id | No | ||
| project_id | No | Filter by project IDs. Empty project_id query can mean no-project tasks on API. | |
| workspace_id | No | Workspace ID. Defaults to TOGGL_WORKSPACE_ID or cached context. | |
| parent_task_id | No | ||
| organization_id | No | Organization ID. Defaults to TOGGL_ORGANIZATION_ID or cached context. | |
| assignee_user_id | No | ||
| include_assignees | No |