---
title: "Gets a summary of a patient's daily insights"
method: GET
path: "/patients/{patient_id}/insights/daily-summary"
tags: ["insights"]
---

# Gets a summary of a patient's daily insights

`GET /patients/{patient_id}/insights/daily-summary`

## Path parameters

- `patient_id` integer, required

## Query parameters

- `date` string — calendar date in format YYYY-MM-DD
- `force_rebuild` boolean — force the rebuild of the daily summary

## Response `200`

successful operation

- PatientInsightsDailySummaryResponse
  - `has_biometric_insight` boolean — indicates if the patient has biometric data to generate biometric insights, and the insights should be displayed
  - `has_meaningful_insight` boolean — indicates if the patient has meaningful insights, and the insights should be displayed
  - `id` integer — id of the insight
  - `insight_body_markdown` string, required — body of the patient insights, formatted with Markdown, in English
  - `insight_body_markdown_translations` object, nullable
  - `insight_date` string, required — date of the insights
  - `insight_summary` string, required — one-line summary of the patient insights, in English
  - `insight_summary_translations` object, nullable — translations of the summary, keyed by locale
  - `insight_title` string, required — a short title for the insight
  - `insight_title_translations` object, nullable — translations of the title, keyed by locale
  - `internal_reasoning` string — internal reasoning for the insight, in English
  - `version` string, required — version of the insight response

---

[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/04eb7a66328a?raw)
