clickup_goal_get
Retrieve a specific ClickUp goal with its key results, owners, due date, and progress status to track objectives and monitor completion.
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. |