clickup_goal_get
Fetch a ClickUp goal by ID to view its key results, owners, due date, and completion percentage.
Instructions
Fetch a single ClickUp goal including its key results, owners, due date, and current percent-complete. Returns the goal object with its key_results array populated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal_id | Yes | ID of the goal to fetch. Obtain from clickup_goal_list (field: id). The authenticated user must have view access to the goal's workspace. |