clickup_get_goal
Retrieve a single goal's full details, including key results, to inspect progress before editing.
Instructions
Get a single Goal's full detail, including its Key Results.
When to Use:
Inspecting one Goal's progress and Key Results before editing it.
When NOT to Use:
Listing many Goals at once — use
clickup_get_goals.
Returns: Markdown (default) or JSON with the Goal's fields and every Key Result.
Examples: params = {"goal_id": "e53a033c-1146-4b58-b498-7ec39b5661c2"}
Error Handling: 404 means the goal_id does not exist or was already deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |