---
title: "List goals"
method: GET
path: "/users/{user_guid}/goals"
tags: ["goals"]
---

# List goals

`GET /users/{user_guid}/goals`

List all goals a user can set.

## Path parameters

- `user_guid` string, required

## Query parameters

- `page` integer
- `records_per_page` integer

## Headers

- `Accept` string, required

## Response `200`

OK

## Changes

> 50 revisions in range; 1 not diffed, 4 could not be searched.

- **2025-11-05** `e74cd2b059b5` — 2 breaking, 1 warning, 3 info
  - added the new required `header` request parameter `Accept`
  - for the `query` request parameter `page`, the type/format was changed from `string`/`` to `integer`/``
  - deleted the `query` request parameter `records_per_age`
  - api operation id `listGoals` was added
  - …2 more
- **2024-08-14** `471bc9021d67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/goals/get.md)

---

[API](https://skmtc.dev/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.dev/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/b6632646ee89/schema)
