List All Worksection Tasks
worksection_get_all_tasksRetrieve all tasks across projects in Worksection. Filter for active tasks or include additional details like files and comments to manage project oversight.
Instructions
Get all tasks across all projects in the Worksection account.
Args:
filter (string, optional): Set to "active" to get only incomplete tasks
extra (string, optional): Comma-separated extras: "text", "html", "files", "comments", "relations", "subtasks", "archive"
Returns: List of tasks with id, name, status, priority, author, assignee, project, dates, estimates, tags.
Note: This may return a large dataset. Use filter="active" or get tasks per project for better performance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Set to "active" to get only incomplete tasks | |
| extra | No | Comma-separated: "text", "html", "files", "comments", "relations", "subtasks", "archive" |