---
title: "Get meal suggestions for a meal"
method: GET
path: "/patients/{patient_id}/meal-suggestions/{meal_id}"
tags: ["meal-suggestions"]
---

# Get meal suggestions for a meal

`GET /patients/{patient_id}/meal-suggestions/{meal_id}`

## Path parameters

- `patient_id` integer, required
- `meal_id` integer, required

## Query parameters

- `force_rebuild` boolean — force the rebuild of the meal suggestion

## Response `200`

successful operation

- MealSuggestionResponse
  - `meal_id` integer, required
  - `patient_id` integer, required
  - `tips` MealSuggestionTipResponse[]
    - `meal_id` integer, required
    - `patient_id` integer, required
    - `tip_data` string
    - `tip_title` string
  - `whole_foods` string

---

[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/750cc0d96a93?raw)
