---
title: "List Reports Internal Notes"
method: GET
path: "/api/2.0/reports/{id}/internal_notes/"
tags: ["Report Internal Notes"]
---

# List Reports Internal Notes

`GET /api/2.0/reports/{id}/internal_notes/`

List all internal notes for a report

## Path parameters

- `id` integer, required

## Response `200`

- InternalPracticeNoteSerializerProxy[]
  - `document` integer — The report (document) ID this note belongs to
  - `id` integer — The id of the internal note.
  - `text` string, required — The internal note text content

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/revisions/c060f89d4de7/schema)
