---
title: "Lists notes for an EMR encounter."
method: GET
path: "/api/v1/ambient/encounter/{emr_encounter_id}/notes"
tags: ["/api/v1/ambient/encounter"]
---

# Lists notes for an EMR encounter.

`GET /api/v1/ambient/encounter/{emr_encounter_id}/notes`

## Path parameters

- `emr_encounter_id` string, required

## Headers

- `sdp_provider_id` string

## Response `200`

Success Response

- ControllersListEncounterNotesResponse — Notes linked to the EMR encounter.
  - `notes` ControllersEncounterNote[] — All notes (compositions) for the EMR encounter.
    - `created_at` string — Note creation time (RFC3339).
    - `id` string
    - `status` string — Note status. Example value returned by the API: INCOMPLETE.
    - `updated_at` string — Note last-update time (RFC3339); unset for signed NOTEs (immutable).

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/suki/apis/suki-developer-platform.md) · [All operations](https://skmtc.dev/suki/apis/suki-developer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/suki/suki-developer-platform/revisions/5f420a18fb68/schema)
