List goals
healthie_list_goalsList goals, optionally scoped to a patient. Read-only. GraphQL: query goals(user_id, offset, per_page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Pagination offset. Default 0. | |
| user_id | No | Filter to goals for this patient id. | |
| per_page | No | Results per page. Default 25. |