Hi awork team,
we are connecting awork via the MCP server to an AI agent to automatically create tasks from templates – including checklists, task lists, and assignees.
We discovered that checklist items from Task Bundles are not accessible via the API. The endpoint simply does not exist in the API catalog.
What we need:GET /taskbundles/{bundleId}/tasklisttemplates/{listTemplateId}/tasktemplates/{taskTemplateId}/checklistitems
Why this matters: The whole point of using templates is to avoid manually maintaining checklists every time. Without this endpoint, we have to copy the checklist from an existing real task – which is error-prone and not maintainable, since updates to the template are never reflected.
Our goal: AI agents should be able to create tasks fully from templates via API – with checklist, list assignment, assignee, and due date – without any manual follow-up.
Is this something that could be added as a feature or fix?
Thanks a lot!