# Modules / Goals

Goal records

## Get goals

 - [GET /api/goals](https://apidocs.logmycare.co.uk/docs/openapi/modules-goals/getgoals.md): Retrieves care goals with objectives, progress tracking, action plans, success measurements, and review history.
Filters:

  homeId - Filter by specific care home
  residentId - Filter by specific resident
  startDate, endDate - Date range filtering
  page, limit - Pagination controls

## Get goal by ID

 - [GET /api/goals/{id}](https://apidocs.logmycare.co.uk/docs/openapi/modules-goals/getgoalbyid.md): Retrieves complete goal details including objectives, progress history, action plans, logs, and success measurements.

