get_goals
List goals in a workspace with their IDs, names, due dates, owners, and progress. Track outcomes via key results and find a goal_id.
Instructions
List the Goals in a Workspace, with each Goal's id, name, due date, owners and progress. Goals track outcomes via key results. Use to find a goal_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| include_completed | No | If true, also include completed/archived Goals. Defaults to false. |