clickup_get_goals
List all goals and goal folders in a ClickUp workspace, with optional filtering by completion status. Returns markdown or JSON output.
Instructions
List the Goals in a Workspace, including any Goal Folders.
When to Use:
Browsing all OKRs for a Workspace, or checking which are still open.
When NOT to Use:
Fetching one Goal's full detail (including Key Results) — use
clickup_get_goal.
Returns: Markdown (default) or JSON listing every Goal, including Goals nested inside Goal Folders. Each Goal's Key Results are summarized inline.
Pagination:
This endpoint does not page server-side; display is capped at
MAX_DISPLAY_GOALS (50) with a truncation note if exceeded. Use
include_completed=false (default) to shrink the result set.
Examples: params = {"include_completed": True, "response_format": "json"}
Error Handling: 404 usually means the team_id is wrong; 401 means the token is missing/invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |