get_task_templates
List task templates in a workspace to find a template_id for creating tasks. Paginated results include each template's id and name.
Instructions
List the task templates available in a Workspace, paginated. Returns each template's id and name. Use to discover a template_id before creating a task from a template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| page | No | 0-based page number for pagination. Defaults to 0 (first page). |