---
title: "Get a list of exercises of a patient"
method: GET
path: "/patients/{patient_id}/exercises"
tags: ["exercise"]
---

# Get a list of exercises of a patient

`GET /patients/{patient_id}/exercises`

## Path parameters

- `patient_id` integer, required

## Query parameters

- `date_since` string
- `date_until` string

## Response `200`

successful operation

- PatientExerciseResponse[]
  - `duration_min` integer — time in minutes
  - `exercise_date` string — calendar date in format YYYY-MM-DD
  - `exercise_time` string — time in HH:MM:SS
  - `exercise_type` 'logged by cgm' | 'strength-resistance' | 'aerobic training' | 'balance and stability' | 'flexibility-stretching' | 'mixed cardio/strength' | 'other'
  - `id` integer, required
  - `intensity` string, nullable
  - `note` string, nullable — note that can be added to provide additional description Max 1024 char
  - `source` string, nullable — source of exercise data
  - `source_id` string, nullable — id of exercise from source

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/081a2697c0f1?raw)
