---
title: "GET /api/public/trainees/{traineeId}/nutrition-log"
method: GET
path: "/api/public/trainees/{traineeId}/nutrition-log"
tags: ["Nutrition Menus"]
---

# GET /api/public/trainees/{traineeId}/nutrition-log

`GET /api/public/trainees/{traineeId}/nutrition-log`

What a trainee actually ate on ONE day: the food log for that date, per-meal and per-day calorie/macro totals, and the times of day the food was logged. Returns a single day, never a range, so call it once per date to build a range. Distinct from the assigned nutrition menu/plan, which is the target rather than what was eaten.

## Path parameters

- `traineeId` string, required

## Query parameters

- `date` string

## 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/63d8b39f710a/schema)
