Freelo Get Finished Tasks
freelo_get_finished_tasksFetch completed tasks from a specific tasklist using the tasklist ID. Optionally filter by fulltext search to find finished work for project tracking.
Instructions
Fetches completed/finished tasks from a specific tasklist. For finished tasks across all projects, use freelo_get_all_tasks with state_id=2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasklistId | Yes | Tasklist ID (e.g., "12345"). Get from freelo_get_project_tasklists. | |
| search_query | No | Optional fulltext search to filter task names |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Items in the response |