---
title: "GET /api/public/trainees/{traineeId}/measurements"
method: GET
path: "/api/public/trainees/{traineeId}/measurements"
tags: ["Trainees"]
---

# GET /api/public/trainees/{traineeId}/measurements

`GET /api/public/trainees/{traineeId}/measurements`

A trainee's body measurements: weight history, body-fat history, circumference history, and custom measurement types. Every series is returned in full unless you narrow it with from/to or latest, which apply to all series at once. Not paginated: the response is many parallel dated series rather than one list, so a page number has no coherent meaning across them.

## Path parameters

- `traineeId` string, required

## Query parameters

- `from` string
- `to` string
- `latest` integer

## Response `200`

Default Response

- object
  - `data` object

---

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